X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/4c703b580c40651e0f2c6aa6e83e5cf614c3bbde..fe12731a3c7c46a33d436edd88a2fdf758ffe82b:/t/regress.t diff --git a/t/regress.t b/t/regress.t index e149b36..f6877b1 100755 --- a/t/regress.t +++ b/t/regress.t @@ -26,7 +26,12 @@ do esac done -for candidate in ${@:-t*.out} +params="${@:-t*.out}" +color 0\;36 +echo "1..$(echo $params | wc -w)" +color 0 + +for candidate in $params do test_count=$((test_count+1)) file="${candidate%.out}" @@ -92,8 +97,6 @@ else echo "# failed $fail_count among $test_count test(s)" fail_count=1 # exit code fi - -color 0\;36 -echo "1..$test_count" color 0 + exit $fail_count