]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl rename jobstat to jobhistory
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 24 Oct 2008 13:38:53 +0000 (13:38 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 24 Oct 2008 13:38:53 +0000 (13:38 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7895 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/stats-test

index d4ea48468459acfc6bd1e0aedcd5136268ac9c47..67ffab881dfaae548e904464ecc14c866a0c1b97 100755 (executable)
@@ -64,19 +64,19 @@ stop_bacula
 
 COUNT=`grep FOUND ${cwd}/tmp/log1.out | wc -l`
 if [ $COUNT -ne 1 ]; then
-    print_debug "Bad count in jobstat table"
+    print_debug "Bad count in JobHistory table"
     bstat=1
 fi
 
 COUNT=`grep FOUND ${cwd}/tmp/log2.out | wc -l`
 if [ $COUNT -ne 3 ]; then
-    print_debug "Bad count in jobstat table"
+    print_debug "Bad count in JobHistory table"
     bstat=2
 fi
 
 COUNT=`grep FOUND ${cwd}/tmp/log3.out | wc -l`
 if [ $COUNT -ne 1 ]; then
-    print_debug "Bad count in jobstat table"
+    print_debug "Bad count in JobHistory table"
     bstat=3
 fi