fix test runner
This commit is contained in:
parent
280978c422
commit
cd9b214d55
1 changed files with 2 additions and 2 deletions
4
test/run
4
test/run
|
@ -44,8 +44,8 @@ if [ -d "test/data" ]; then
|
|||
if [ -z "$JOBS" ]; then
|
||||
JOBS=1
|
||||
fi
|
||||
if [[ -f ./test/unit/visual ]]; then
|
||||
./test/unit/visual -j $JOBS
|
||||
if [[ -f ./test/visual/run ]]; then
|
||||
./test/visual/run -j $JOBS
|
||||
ran_a_test=true
|
||||
failures=$((failures+$?))
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue