Skip to content

Commit 25c7e90

Browse files
committed
Clean script.
1 parent 6934e33 commit 25c7e90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/collect_results.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@ do
3636
echo -n " as $AGGREGATED_FILE_NAME"
3737
cp "$RESULT_XML_FILE" "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
3838
# Insert file attribute to testcase XML nodes
39-
echo "***"
40-
echo "FILEPATH: $FILE_PATH"
41-
echo "***"
4239
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-
echo "---"
4640
# Replace Java Object hashCode by marker in testcase XML nodes to get stable test names
4741
sed -i '/<testcase/ s/@[0-9a-f]\{5,\}/@HASHCODE/g' "$TEST_RESULTS_DIR/$AGGREGATED_FILE_NAME"
4842
# Replace random port numbers by marker in testcase XML nodes to get stable test names

0 commit comments

Comments
 (0)