]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/do_all_tests
Eliminate non-essential directories to reduce size
[bacula/bacula] / regress / do_all_tests
index 9f05421c5fda18843f7fc9ff67e366ec179d708a..3603bdbcc126be3195e66f8c592d799d1466ad5f 100755 (executable)
@@ -3,8 +3,18 @@
 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
+echo " " >test.out
+cat build/config.out >>test.out
+echo " " >>test.out
+echo "Test results" >>test.out
+echo " " >>test.out
+./starttime
+nice ./all-disk-tests
+nice ./all-tape-tests
+nice ./all-changer-tests
+echo " "
+echo "End do_all tests"
+echo "End do_all tests" >>test.out
+scripts/cleanup
+cat test.out
 ./endtime