aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-01-26 22:36:25 +1300
committerDavid Phillips <david@sighup.nz>2018-01-26 22:36:25 +1300
commit3d696561b14ccaeb0c9e074c80eaa29d12de8547 (patch)
tree18fd89b9ade187a84da2a4250471fde740a151cf
parent0db9a6ffa7b2aa70f46e150889fe7223c096e7d9 (diff)
downloadpgm-interlace-3d696561b14ccaeb0c9e074c80eaa29d12de8547.tar.xz
Further tidy test runner script, roll back regression
-rwxr-xr-xtest/test.sh5
1 files changed, 1 insertions, 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"