From 34593af9dcfa61dea4b4352a1111c06569585aa0 Mon Sep 17 00:00:00 2001 From: Samuel Chassot <14821693+samuelchassot@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:42:14 +0200 Subject: [PATCH] unset java_opts variable to run bolts tests (#1583) --- stainless-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stainless-ci.sh b/stainless-ci.sh index 1cb085b74..50ceb0a74 100755 --- a/stainless-ci.sh +++ b/stainless-ci.sh @@ -162,6 +162,7 @@ fi if [ "$SKIP_BOLTS" = true ]; then echo "************** Skipping Bolts tests **************" else + unset JAVA_OPTS if [ -z "$BOLTS_DIR" ]; then bash bin/external-tests.sh --skip-build else