We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9d6d3 commit c912bd6Copy full SHA for c912bd6
1 file changed
.gitlab/collect_results.sh
@@ -84,10 +84,10 @@ do
84
echo " (non-stable test names detected)"
85
fi
86
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"
+ echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
+ xsl_file="$(dirname "$0")/add_final_status.xsl"
+ tmp_file="$(mktemp)"
+ xsltproc --output "$tmp_file" "$xsl_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
+ mv "$tmp_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
92
93
done < <(find "${TEST_RESULT_DIRS[@]}" -name \*.xml -print0)
0 commit comments