From: Kern Sibbald Date: Wed, 26 Dec 2012 15:35:42 +0000 (+0100) Subject: Tweak regress run X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=6a88198d1f5f0e6b5d120e258efd1a3ef9cc2544 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