diff options
author | Sven Gothel <[email protected]> | 2023-05-18 06:10:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-18 06:10:04 +0200 |
commit | 869d2eb0ff78bd2bdfafbc8778c9fd38dd991b34 (patch) | |
tree | b12ff2a180e16ad99e66a90988c6ac96aedef499 /make | |
parent | d5daaaab3544d9af49056f57a1fcf53abef17deb (diff) |
Doc, scripsts/tests.sh: Mentione OpenAL-Soft environment variables
Diffstat (limited to 'make')
-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` |