We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c912bd6 commit ebf10b3Copy full SHA for ebf10b3
1 file changed
.gitlab/collect_results.sh
@@ -87,7 +87,7 @@ do
87
echo "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"
+ xsltproc --huge --output "$tmp_file" "$xsl_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
91
mv "$tmp_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
92
93
done < <(find "${TEST_RESULT_DIRS[@]}" -name \*.xml -print0)
0 commit comments