Always run test script in test-dir

This commit is contained in:
Daniel Aarno 2012-05-17 21:35:42 +02:00
parent 1a0b049d0e
commit 6c569f9e89

View File

@ -1,8 +1,12 @@
#!/bin/bash
# Always run in script-dir
DIR=`dirname $0`
cd $DIR
let "suc = 0"
let "fail = 0"
NUMTEST=79
NUMTEST=80
for (( tno = 1 ; $tno <= $NUMTEST ; tno = $tno + 1 )); do
./testCheck.sh $tno