We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b160eed commit 561f010Copy full SHA for 561f010
1 file changed
run_tests.sh
@@ -14,5 +14,5 @@ for VERSION in 8 11 17 18 19 20; do
14
continue
15
fi
16
echo "Running tests with TEST_JAVA_HOME=${!home_string}"
17
- TEST_JAVA_HOME=${!home_string} BTRACE_TEST_DEBUG="true" ./gradlew test | tee -a build/reports/test_java_$VERSION.out || true
+ TEST_JAVA_HOME=${!home_string} BTRACE_TEST_DEBUG="false" ./gradlew test | tee -a build/reports/test_java_$VERSION.out || true
18
done
0 commit comments