From cd9b214d55364d61e4f63fc5c777add8c156f029 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 11 Mar 2016 18:08:08 -0800 Subject: [PATCH] fix test runner --- test/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run b/test/run index 8288ec6f9..f623609eb 100755 --- a/test/run +++ b/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