]> git.sur5r.net Git - bacula/bacula/blob - regress/do_all_tests
Correct typo in multi-storage-test
[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 hostname >>test.out
8 echo " " >>test.out
9 cat build/config.out >>test.out
10 echo " " >>test.out
11 echo "Test results" >>test.out
12 echo " " >>test.out
13 ./starttime
14 ./all-disk-tests
15 ./all-tape-tests
16 ./all-changer-tests
17 echo " "
18 echo "End do_all tests"
19 echo "End do_all tests" >>test.out
20 scripts/cleanup
21 hostname >>test.out
22 cat test.out
23 ./endtime