Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Nov 7, 2020
1 parent 35c8faf commit 006906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ for VERSION in 8 9 11 15; do
continue
fi
echo "Running tests with TEST_JAVA_HOME=${!home_string}"
TEST_JAVA_HOME=${!home_string} BTRACE_TEST_DEBUG="true" ./gradlew test --tests org.openjdk.btrace.BTraceFunctionalTests
TEST_JAVA_HOME=${!home_string} BTRACE_TEST_DEBUG="true" ./gradlew test
done

0 comments on commit 006906f

Please sign in to comment.