From: Eric Bollengier Date: Tue, 17 Feb 2009 09:22:55 +0000 (+0000) Subject: ebl Check database encoding X-Git-Tag: Release-7.0.0~3383 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9531bf2a3682e1abdfe8925bf57b4517018ddccc;p=bacula%2Fbacula ebl Check database encoding git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8457 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 2947de38f7..16d9398813 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -248,6 +248,11 @@ check_two_logs() if test $? -eq 0; then rstat=4 fi + grep "Encoding error for database" tmp/log1.out > /dev/null + if test $? -eq 0; then + print_debug "Found database encoding error" + bstat=2 + fi } check_restore_diff()