From 66282929e53d23c6ba9b7130e48d0505dfc80b05 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 1 Jul 2009 21:08:14 +0000 Subject: [PATCH] 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 --- regress/scripts/check_for_zombie_jobs | 2 ++ regress/tests/next-vol-test | 1 + 2 files changed, 3 insertions(+) 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 -- 2.39.5