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
|
if [ -z "$JOBS" ]; then
|
||||||
JOBS=1
|
JOBS=1
|
||||||
fi
|
fi
|
||||||
if [[ -f ./test/unit/visual ]]; then
|
if [[ -f ./test/visual/run ]]; then
|
||||||
./test/unit/visual -j $JOBS
|
./test/visual/run -j $JOBS
|
||||||
ran_a_test=true
|
ran_a_test=true
|
||||||
failures=$((failures+$?))
|
failures=$((failures+$?))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue