improve testme.sh

you can now do something like `COMPILERS="gcc-5" ./testme.sh`
This commit is contained in:
Steffen Jaeckel 2015-11-12 01:34:28 +01:00
parent 489bf69f65
commit 5a15247b6a

View File

@ -36,7 +36,7 @@ _runtest()
timeout --foreground 120 ./test > test_$(echo ${1}${2} | tr ' ' '_').txt || _die "running tests" $? timeout --foreground 120 ./test > test_$(echo ${1}${2} | tr ' ' '_').txt || _die "running tests" $?
} }
compilers=( clang gcc ) compilers=( $COMPILERS clang gcc )
echo "uname="$(uname -a) echo "uname="$(uname -a)