mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 12:49:08 -04:00
Always run test script in test-dir
This commit is contained in:
parent
1a0b049d0e
commit
6c569f9e89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user