Skip to content

Commit ebf10b3

Browse files
committed
try --huge
1 parent c912bd6 commit ebf10b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/collect_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ do
8787
echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
8888
xsl_file="$(dirname "$0")/add_final_status.xsl"
8989
tmp_file="$(mktemp)"
90-
xsltproc --output "$tmp_file" "$xsl_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
90+
xsltproc --huge --output "$tmp_file" "$xsl_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9191
mv "$tmp_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9292

9393
done < <(find "${TEST_RESULT_DIRS[@]}" -name \*.xml -print0)

0 commit comments

Comments
 (0)