Skip to content

Commit c912bd6

Browse files
committed
debug 2
1 parent 3a9d6d3 commit c912bd6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab/collect_results.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ do
8484
echo " (non-stable test names detected)"
8585
fi
8686

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"
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"
91+
mv "$tmp_file" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9292

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

0 commit comments

Comments
 (0)