]> git.sur5r.net Git - bacula/bacula/blob - regress/do_all_tests
Update control scripts
[bacula/bacula] / regress / do_all_tests
1 #!/bin/sh
2 ./starttime
3 if [ ! -f bin/tape_options ] ; then
4   touch bin/tape_options
5 fi
6 echo " " >test.out
7 cat build/config.out >>test.out
8 echo " " >>test.out
9 echo "Test results" >>test.out
10 echo " " >>test.out
11 ./starttime
12 nice ./all-non-root-tests
13 nice ./all-non-root-tape-tests
14 nice ./all-non-root-2tape-tests
15 echo " "
16 echo "End do_all tests"
17 echo "End do_all tests" >>test.out
18 scripts/cleanup
19 cat test.out
20 ./endtime