From: aurium Date: Mon, 13 Apr 2009 20:25:46 +0000 (+0000) Subject: litte more information X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b20bf95123c697a0635b14433d183b02d8b8781;p=inkscape.git litte more information --- diff --git a/share/extensions/test/run-all-extension-tests b/share/extensions/test/run-all-extension-tests index c9dbfd498..1776e25b0 100755 --- a/share/extensions/test/run-all-extension-tests +++ b/share/extensions/test/run-all-extension-tests @@ -52,7 +52,7 @@ fi fail=false if ! test -z "$( cat $failed_tests )"; then - echo -e "\nFailed extension tests:" + echo -e "\nFailed $( cat $failed_tests | wc -l ) of $( ls -1 *.test.py | wc -l ) extension tests:" cat $failed_tests | sed 's/^/ - /' fail=true fi