From d19132c25a9b5346320632f1953f58c576fe1aa9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 1 Nov 2009 15:52:57 +0100 Subject: [PATCH] Get regress bacula stop messages when debug on --- regress/scripts/functions | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 845a3903cf..db2b58bf3b 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -216,7 +216,11 @@ bscan_libdbi() stop_bacula() { - ${bin}/bacula stop 2>&1 >/dev/null + if test "$debug" -eq 1 ; then + ${bin}/bacula stop + else + ${bin}/bacula stop 2>&1 >/dev/null + fi } check_for_zombie_jobs() -- 2.39.5