From: Kern Sibbald Date: Wed, 26 Dec 2012 15:35:42 +0000 (+0100) Subject: Tweak regress run X-Git-Tag: Release-5.2.13~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25b659f37f9e83811b978fdb9e45b25bdfa1baa4;p=bacula%2Fbacula Tweak regress run --- diff --git a/regress/run b/regress/run index f9cd745628..bde6535b4b 100755 --- a/regress/run +++ b/regress/run @@ -9,7 +9,7 @@ # if [ -f bin/timelimit ] ; then WARNTIME=900 KILLTIME=50 bin/timelimit $* - if [ $? .ne. 0 ] ; then + if [ $? != 0 ] ; then echo " " echo "=== Test $* timed out ===" echo " " @@ -20,3 +20,6 @@ if [ -f bin/timelimit ] ; then else nice $* fi +#echo " " +#echo " " +#grep -e" \!\!\!\!" -e"===\ Test" test.out