From: Eric Bollengier Date: Mon, 3 Aug 2009 08:59:20 +0000 (+0200) Subject: don't reset bstat, rstat, dstat in stop_bacula X-Git-Tag: Release-5.0.0~341 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb4ea15e7fc145ad2fe54a26dbdddad5a8ee3781;p=bacula%2Fbacula don't reset bstat, rstat, dstat in stop_bacula --- 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()