git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5084
91ce42f0-d328-0410-95d8-
f526ca767f89
#!/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
--- /dev/null
+#!/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