From eb4ea15e7fc145ad2fe54a26dbdddad5a8ee3781 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 3 Aug 2009 10:59:20 +0200 Subject: [PATCH] don't reset bstat, rstat, dstat in stop_bacula --- regress/scripts/functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index fe1b9630be..fa7d6f0110 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -27,6 +27,10 @@ start_test() echo " === Starting $TestName at `date +%R:%S` ===" >> ${working}/log echo " " export zstat + zstat=0 + bstat=0 + rstat=0 + dstat=0 } require_root() @@ -213,10 +217,6 @@ bscan_libdbi() stop_bacula() { ${bin}/bacula stop 2>&1 >/dev/null - zstat=0 - bstat=0 - rstat=0 - dstat=0 } check_for_zombie_jobs() -- 2.39.2