diff options
| -rwxr-xr-x | test/test.sh | 5 | 
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"  | 
