Skip to content

Commit 561f010

Browse files
committed
Reduce the test verbosity
1 parent b160eed commit 561f010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ for VERSION in 8 11 17 18 19 20; do
1414
continue
1515
fi
1616
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
17+
TEST_JAVA_HOME=${!home_string} BTRACE_TEST_DEBUG="false" ./gradlew test | tee -a build/reports/test_java_$VERSION.out || true
1818
done

0 commit comments

Comments
 (0)