]> git.sur5r.net Git - bacula/bacula/commitdiff
Add do_all_tests
authorKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 10:48:48 +0000 (10:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 10:48:48 +0000 (10:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5084 91ce42f0-d328-0410-95d8-f526ca767f89

regress/do_all
regress/do_all_tests [new file with mode: 0755]

index 562ab3df25707d020dac18f1c7ea57dd6d7673b8..5dfc97fad52a6bcaa5e8f016894ce57a61c450b3 100755 (executable)
@@ -1,12 +1,3 @@
 #!/bin/sh
-#/home/kern/bacula/bin/startmysql
 nice make setup
-./starttime
-if [ ! -e bin/tape_options ] ; then
-  touch bin/tape_options
-fi
-nice ./all-non-root-tests
-
-nice ./all-non-root-tape-tests
-nice ./all-non-root-2tape-tests
-./endtime
+./do_all_tests
diff --git a/regress/do_all_tests b/regress/do_all_tests
new file mode 100755 (executable)
index 0000000..9f05421
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+./starttime
+if [ ! -f bin/tape_options ] ; then
+  touch bin/tape_options
+fi
+nice ./all-non-root-tests
+
+nice ./all-non-root-tape-tests
+nice ./all-non-root-2tape-tests
+./endtime