X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/7c4de64c46013216cfef1d7fb34878b317a11ab6..df45b0111f016d06c4951c6df91359b6b9a15589:/test.sh diff --git a/test.sh b/test.sh index fed0065..81e0c66 100755 --- a/test.sh +++ b/test.sh @@ -9,6 +9,7 @@ find . -name build -prune -o -name dist -prune -o -name '*.py' -print0 | for test in tests/*;do if [ ! -d "$test" ];then + echo "### Running test $test" >&2 "$test" fi done