X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/7234e799b9983646e36ea2d4c7735807120f5bcf..11cd0597cd2afba4d5d9ea3d85191be96e6dae6b:/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