X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fdo_all_tests;h=76d4bc3c712f3bddd4415df3672c7c3c2b4a91ad;hb=20fd3c3b85e6af6a5410b5720c68dad5194ba751;hp=9f05421c5fda18843f7fc9ff67e366ec179d708a;hpb=be46ba1df4c08a15c80e781797bfbe4ea4a2fb6b;p=bacula%2Fbacula diff --git a/regress/do_all_tests b/regress/do_all_tests index 9f05421c5f..76d4bc3c71 100755 --- a/regress/do_all_tests +++ b/regress/do_all_tests @@ -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