Skip to content

Commit 22d8346

Browse files
committed
Tmp.
1 parent a44012d commit 22d8346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/collect_results.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ do
4949
# Insert file attribute to testcase XML nodes
5050
get_source_file
5151
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+
echo "***"
5255
# Replace Java Object hashCode by marker in testcase XML nodes to get stable test names
5356
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
5457
# Replace random port numbers by marker in testcase XML nodes to get stable test names

0 commit comments

Comments
 (0)