From 3d696561b14ccaeb0c9e074c80eaa29d12de8547 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 26 Jan 2018 22:36:25 +1300 Subject: Further tidy test runner script, roll back regression --- test/test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/test.sh b/test/test.sh index eeeca1f..66408e7 100755 --- a/test/test.sh +++ b/test/test.sh @@ -7,7 +7,7 @@ xfails=0 fail() { fails=$(( fails + 1 )) - echo -e '[\e[1;31mFAIL\e[0m] '"$i" + echo -e '[\e[1;31mFAIL\e[0m] '"$i" "$@" } @@ -23,9 +23,6 @@ pass() echo -e '[\e[0;32mPASS\e[0m] '"$i" } -######################### -# tests expected to pass - cd "$(dirname "$0")" || exit 1 export EXECUTABLE="$PWD/../pgm-interlace" -- cgit v1.1