diff options
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index eba9d30..f7a1084 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -25,6 +25,11 @@ if [ ! -d $bdir ] ; then exit 1 fi +# +# See https://github.com/kcat/openal-soft/blob/master/docs/env-vars.txt +# export ALSOFT_LOGLEVEL=3 +# + rm -f java-run.log spath=`dirname $0` |