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 6934e33 commit 25c7e90Copy full SHA for 25c7e90
.circleci/collect_results.sh
@@ -36,13 +36,7 @@ do
36
echo -n " as $AGGREGATED_FILE_NAME"
37
cp "$RESULT_XML_FILE" "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
38
# Insert file attribute to testcase XML nodes
39
- echo "***"
40
- echo "FILEPATH: $FILE_PATH"
41
42
sed -i "/<testcase/ s|\(time=\"[^\"]*\"\)|\1 file=\"$FILE_PATH\"|g" "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
43
- echo "---"
44
- cat "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
45
46
# Replace Java Object hashCode by marker in testcase XML nodes to get stable test names
47
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
48
# Replace random port numbers by marker in testcase XML nodes to get stable test names
0 commit comments