]> git.sur5r.net Git - bacula/bacula/commitdiff
Add experimental-all
authorKern Sibbald <kern@sibbald.com>
Wed, 5 Mar 2008 15:08:45 +0000 (15:08 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 5 Mar 2008 15:08:45 +0000 (15:08 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6535 91ce42f0-d328-0410-95d8-f526ca767f89

regress/experimental-all [new file with mode: 0755]

diff --git a/regress/experimental-all b/regress/experimental-all
new file mode 100755 (executable)
index 0000000..a070f3b
--- /dev/null
@@ -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/config_dart
+ctest -D Experimental -R "all-non-root.*"
+REGRESS_DEBUG=${save_debug}