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-7.0.0~2658 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a66e1bd4a6d5f577a7bf8dbd838f8a3576f540d;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()