]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Thu, 28 Feb 2008 16:36:57 +0000 (16:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 28 Feb 2008 16:36:57 +0000 (16:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6516 91ce42f0-d328-0410-95d8-f526ca767f89

regress/nightly-all
regress/nightly-disk

index d2918ca9c3c94e230afd9843bd1a252aa7df6e89..a709a28e00beb9a4d4495b414945329321243ddf 100755 (executable)
@@ -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}
index 07ebc06a3ba68ac10b66694c03b05874153ad08f..448ec5481bb703bee1fcc514b3d53ae5f0e54b27 100755 (executable)
@@ -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}