We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bbc59 commit fc75f5fCopy full SHA for fc75f5f
.gitlab/collect_results.sh
@@ -91,7 +91,7 @@ do
91
fi
92
93
echo "Add dd_tags[test.final_status] property on retried synthetics testcase initializationErrors"
94
- java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
+ $JAVA_25_HOME/bin/java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
95
96
echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
97
xsl_file="$(dirname "$0")/add_final_status.xsl"
0 commit comments