From: Kern Sibbald Date: Thu, 28 Feb 2008 16:36:57 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~4926 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6b528ad00018ea907e67b1b631f68d410cca734;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6516 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/nightly-all b/regress/nightly-all index d2918ca9c3..a709a28e00 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -3,7 +3,9 @@ # run both the disk and the tape based regression tests. # # Include full output +save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 export REGRESS_DEBUG scripts/do_sed ctest -D Nightly -R "all-non-root.*" +REGRESS_DEBUG=${save_debug} diff --git a/regress/nightly-disk b/regress/nightly-disk index 07ebc06a3b..448ec5481b 100755 --- a/regress/nightly-disk +++ b/regress/nightly-disk @@ -3,7 +3,9 @@ # test only the disk based regression scripts # # Include full output +save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 export REGRESS_DEBUG scripts/do_sed ctest -D Nightly -R "all-non-root:" +REGRESS_DEBUG=${save_debug}