From: Kern Sibbald Date: Wed, 26 Mar 2008 10:49:59 +0000 (+0000) Subject: New tests X-Git-Tag: Release-3.0.0~1639 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b70accb6f61e8c6f4c7be6f27b7c7764ffaf434c;p=bacula%2Fbacula New tests git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6690 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/experimental-disk-tape b/regress/experimental-disk-tape new file mode 100755 index 0000000000..cbe537639b --- /dev/null +++ b/regress/experimental-disk-tape @@ -0,0 +1,16 @@ +#!/bin/sh +# +# test only the disk based regression scripts +# +# Include full output +save_debug=${REGRESS_DEBUG} +REGRESS_DEBUG=1 +export REGRESS_DEBUG +svn update +scripts/config_dart +nice ctest -D Experimental -R "^(disk|tape):" +if [ $? != 0 ] ; then + echo "ctest failed re-running Submit" + ctest -D ExperimentalSubmit +fi +REGRESS_DEBUG=${save_debug} diff --git a/regress/nightly-disk-tape b/regress/nightly-disk-tape new file mode 100755 index 0000000000..cbe537639b --- /dev/null +++ b/regress/nightly-disk-tape @@ -0,0 +1,16 @@ +#!/bin/sh +# +# test only the disk based regression scripts +# +# Include full output +save_debug=${REGRESS_DEBUG} +REGRESS_DEBUG=1 +export REGRESS_DEBUG +svn update +scripts/config_dart +nice ctest -D Experimental -R "^(disk|tape):" +if [ $? != 0 ] ; then + echo "ctest failed re-running Submit" + ctest -D ExperimentalSubmit +fi +REGRESS_DEBUG=${save_debug}