File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 if cmp -s " $RESULT_XML_FILE " " $TARGET_DIR /$AGGREGATED_FILE_NAME " ; then
8282 echo " "
8383 else
84- echo -n " (non-stable test names detected)"
84+ echo " (non-stable test names detected)"
8585 fi
8686
87- echo " Add dd_tags[test.final_status] property to each testcase"
88- xsl_file=" $( dirname " $0 " ) /add_final_status.xsl"
89- tmp_file=" $( mktemp) "
90- xsltproc --output " $tmp_file " " $xsl_file " " $TARGET_DIR /$AGGREGATED_FILE_NAME "
91- mv " $tmp_file " " $TARGET_DIR /$AGGREGATED_FILE_NAME "
87+ echo " Skipping Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR / $AGGREGATED_FILE_NAME "
88+ # xsl_file="$(dirname "$0")/add_final_status.xsl"
89+ # tmp_file="$(mktemp)"
90+ # xsltproc --output "$tmp_file" "$xsl_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
91+ # mv "$tmp_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9292
9393done < <( find " ${TEST_RESULT_DIRS[@]} " -name \* .xml -print0)
You can’t perform that action at this time.
0 commit comments