mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 04:09:31 -04:00
Always run test script in test-dir
This commit is contained in:
parent
b96e42cf76
commit
a5e1c09cef
@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Always run in script-dir
|
||||
DIR=`dirname $0`
|
||||
cd $DIR
|
||||
|
||||
let "suc = 0"
|
||||
let "fail = 0"
|
||||
NUMTEST=82
|
||||
|
Loading…
x
Reference in New Issue
Block a user