Skip to content

Commit f35fbbd

Browse files
committed
lint
1 parent dad5bd1 commit f35fbbd

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
@@ -77,7 +77,7 @@ do
7777
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TARGET_DIR/$AGGREGATED_FILE_NAME"
7878
# Replace random port numbers by marker in testcase XML nodes to get stable test names
7979
sed -i '/<testcase/ s/localhost:[0-9]\{2,5\}/localhost:PORT/g' "$TARGET_DIR/$AGGREGATED_FILE_NAME"
80-
80+
8181
# Add dd_tags[test.final_status] property to each testcase
8282
xsl_file="$(dirname "$0")/add_final_status.xsl"
8383
tmp_file="$(mktemp)"

0 commit comments

Comments
 (0)