babashka/script/run_lib_tests

12 lines
191 B
Text
Raw Normal View History

2020-01-07 08:33:37 +00:00
#!/usr/bin/env bash
set -eo pipefail
2020-05-23 12:53:28 +00:00
if [ "$GRAALVM_HOME" != "" ]
then
export JAVA_HOME=$GRAALVM_HOME
export PATH=$GRAALVM_HOME/bin:$PATH
fi
script/lib_tests/run_all_libtests "$@"