From: Kern Sibbald Date: Thu, 28 Feb 2008 19:00:49 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~4925 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=337fd33d47688818ea8dfbee17f70a9d5f5ac969;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6517 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/experimental-disk b/regress/experimental-disk new file mode 100755 index 0000000000..8949ad3244 --- /dev/null +++ b/regress/experimental-disk @@ -0,0 +1,11 @@ +#!/bin/sh +# +# 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 Experimental -R "all-non-root:" +REGRESS_DEBUG=${save_debug}