X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/c2ae9e650f0d3527d320ce00adb51f380f5ed6aa..a66dc847f71255c361b1350b1ee38b35dffb7454:/t/regress.t?ds=sidebyside diff --git a/t/regress.t b/t/regress.t index 734e42d..eedefbb 100755 --- a/t/regress.t +++ b/t/regress.t @@ -45,8 +45,14 @@ do continue fi "$@" >$file.out 2>&1 + elif test -e "$file.out" + then + "$@" 2>&1 | diffcmd "$file.out" - else - if test -e $file.out; then "$@" 2>&1 | diffcmd "$file.out" -; fi + color 33 + echo "not ok $test_count - $name # TODO" + color 0 + continue fi if test 0 != $?