Skip to content

Commit fc75f5f

Browse files
committed
Use JAVA_25_HOME
1 parent c1bbc59 commit fc75f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/collect_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ do
9191
fi
9292

9393
echo "Add dd_tags[test.final_status] property on retried synthetics testcase initializationErrors"
94-
java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
94+
$JAVA_25_HOME/bin/java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9595

9696
echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
9797
xsl_file="$(dirname "$0")/add_final_status.xsl"

0 commit comments

Comments
 (0)