Skip to content

Commit

Permalink
fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 12, 2016
1 parent 280978c commit cd9b214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run
Expand Up @@ -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
Expand Down

0 comments on commit cd9b214

Please sign in to comment.