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

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

index b4395a3a2ba8e960b39715d9a661f3c5f055c6e7..153b4002eedb12fe82f70327f7b9a6e5940f118f 100755 (executable)
@@ -1,2 +1,5 @@
 #!/bin/sh
-ctest -D Nightly -R all-non-root
+#
+# run both the disk and the tape based regression tests.
+#
+ctest -D Nightly -R "all-non-root.*"
diff --git a/regress/nightly-disk b/regress/nightly-disk
new file mode 100755 (executable)
index 0000000..90d927d
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# test only the disk based regression scripts
+#
+# Include full output
+REGRESS_DEBUG=1
+export REGRESS_DEBUG
+ctest -D Nightly -R "all-non-root:"