Update codebase to remove clang warnings (and a couple of legit errors
[typhoon.git] / src / test.sh
1 #!/bin/sh
2
3 opts='--cpus 1 --hash 256m --egtbpath /egtb/three;/egtb/four;/egtb/five'
4
5 if [ $# -ne 2 ]; then
6   echo "Usage: ${0} <required-test-name> <time>"
7   exit 1
8 fi
9 ./typhoon ${opts} --logfile test.log --batch --command "st ${2}; script ${1}"
10 tail -19 ./test.log | head -9 > ./checkin
11 ./suite_diff.pl ./test.log ./lastrun.log >> ./checkin
12 more ./checkin