]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Sep 2007 08:43:28 +0000 (08:43 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 26 Sep 2007 08:43:28 +0000 (08:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5647 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index e46599fe770d06d78c88b1f25d6564c581de981a..aedc62a1b5191b50fbd7f56c774239ed69a3c214 100644 (file)
@@ -107,7 +107,7 @@ check_two_logs()
 {
    grep "^  Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null
    bstat=$?
-   grep "^  Termination: *Backup Error" tmp/log1.out 2>&1 >/dev/null
+   grep "^  Termination: .*Backup Error" tmp/log1.out 2>&1 >/dev/null
    if test $? -eq 0; then
       bstat=2
    fi
@@ -117,7 +117,7 @@ check_two_logs()
    if test $? -eq 0; then
       rstat=2
    fi
-   grep "^  Termination: *Verify Differences" tmp/log2.out 2>&1 >/dev/null
+   grep "^  Termination: .*Verify Differences" tmp/log2.out 2>&1 >/dev/null
    if test $? -eq 0; then
       rstat=3
    fi