]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/do_all_tests
Cleanup old patches
[bacula/bacula] / regress / do_all_tests
index 9f05421c5fda18843f7fc9ff67e366ec179d708a..76d4bc3c712f3bddd4415df3672c7c3c2b4a91ad 100755 (executable)
@@ -3,8 +3,18 @@
 if [ ! -f bin/tape_options ] ; then
   touch bin/tape_options
 fi
+echo " " >test.out
+cat build/config.out >>test.out
+echo " " >>test.out
+echo "Test results" >>test.out
+echo " " >>test.out
+./starttime
 nice ./all-non-root-tests
-
 nice ./all-non-root-tape-tests
 nice ./all-non-root-2tape-tests
+echo " "
+echo "End do_all tests"
+echo "End do_all tests" >>test.out
+scripts/cleanup
+cat test.out
 ./endtime