Skip to content

Commit 3a9d6d3

Browse files
committed
debug
1 parent 063b211 commit 3a9d6d3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.gitlab/collect_results.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ do
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

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

0 commit comments

Comments
 (0)