From 97b74ed88129fb40836f5c52a1f5662ece6c39a5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 24 Oct 2008 13:38:53 +0000 Subject: [PATCH] ebl rename jobstat to jobhistory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7895 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/stats-test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/tests/stats-test b/regress/tests/stats-test index d4ea484684..67ffab881d 100755 --- a/regress/tests/stats-test +++ b/regress/tests/stats-test @@ -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 -- 2.39.5