]> git.sur5r.net Git - bacula/bacula/blob - regress/do_all_tests
Implement a timeout on regression tests of 15 minutes
[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 ./all-disk-tests
13 ./all-tape-tests
14 ./all-changer-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