git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6516
91ce42f0-d328-0410-95d8-
f526ca767f89
# 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}
# 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}