X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fdo_all_tests;h=3603bdbcc126be3195e66f8c592d799d1466ad5f;hb=c71d3f68d571cd137058b62025403de5ffe3b403;hp=9f05421c5fda18843f7fc9ff67e366ec179d708a;hpb=be46ba1df4c08a15c80e781797bfbe4ea4a2fb6b;p=bacula%2Fbacula diff --git a/regress/do_all_tests b/regress/do_all_tests index 9f05421c5f..3603bdbcc1 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 -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