X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/7c4de64c46013216cfef1d7fb34878b317a11ab6..05a3d87bd6dfd31c10f42c04ccc57f2e480c47f3:/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