]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak regress run
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Dec 2012 15:35:42 +0000 (16:35 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:07 +0000 (14:51 +0200)
regress/run

index f9cd745628f5ec3da2e8d9e07f87206294cb30d0..bde6535b4b55e2c691d77a02c52661d41dbe3638 100755 (executable)
@@ -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