improve testme.sh
you can now do something like `COMPILERS="gcc-5" ./testme.sh`
This commit is contained in:
parent
489bf69f65
commit
5a15247b6a
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user