From: Kern Sibbald Date: Wed, 1 Jul 2009 21:08:14 +0000 (+0000) Subject: Fix false zombie detection in next-vol-test X-Git-Tag: Release-3.0.2~127 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=66282929e53d23c6ba9b7130e48d0505dfc80b05;p=bacula%2Fbacula Fix false zombie detection in next-vol-test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8939 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/check_for_zombie_jobs b/regress/scripts/check_for_zombie_jobs index 69c25c1734..6aec189173 100755 --- a/regress/scripts/check_for_zombie_jobs +++ b/regress/scripts/check_for_zombie_jobs @@ -4,6 +4,8 @@ # Also scan logs for ERROR messages # +. ./config + # check_for_zombie_jobs storage=STORAGE [client=localhost-fd] if [ $# = 2 ] ; then diff --git a/regress/tests/next-vol-test b/regress/tests/next-vol-test index 739d160ded..2f00e274d4 100755 --- a/regress/tests/next-vol-test +++ b/regress/tests/next-vol-test @@ -300,6 +300,7 @@ if [ $? -ne 0 ]; then fi check_for_zombie_jobs storage=LTO3 +exit 1 stop_bacula check_two_logs