We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44012d commit 22d8346Copy full SHA for 22d8346
.circleci/collect_results.sh
@@ -49,6 +49,9 @@ do
49
# Insert file attribute to testcase XML nodes
50
get_source_file
51
sed -i "/<testcase/ s|\(time=\"[^\"]*\"\)|\1 file=\"$file_path\"|g" "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
52
+ echo "***"
53
+ cat "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
54
55
# Replace Java Object hashCode by marker in testcase XML nodes to get stable test names
56
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
57
# Replace random port numbers by marker in testcase XML nodes to get stable test names
0 commit comments