We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad5bd1 commit f35fbbdCopy full SHA for f35fbbd
1 file changed
.gitlab/collect_results.sh
@@ -77,7 +77,7 @@ do
77
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TARGET_DIR/$AGGREGATED_FILE_NAME"
78
# Replace random port numbers by marker in testcase XML nodes to get stable test names
79
sed -i '/<testcase/ s/localhost:[0-9]\{2,5\}/localhost:PORT/g' "$TARGET_DIR/$AGGREGATED_FILE_NAME"
80
-
+
81
# Add dd_tags[test.final_status] property to each testcase
82
xsl_file="$(dirname "$0")/add_final_status.xsl"
83
tmp_file="$(mktemp)"
0 commit comments