]> git.sur5r.net Git - bacula/bacula/blob - regress/do_all_tests
1c6ae64062978866a4bda1205aa5a2d4005227fc
[bacula/bacula] / regress / do_all_tests
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7 ./starttime
8 if [ ! -f bin/tape_options ] ; then
9   touch bin/tape_options
10 fi
11 echo " " >test.out
12 git status >>test.out 2>&1
13 cat build/config.out >>test.out
14 echo " " >>test.out
15 echo "Test results" >>test.out
16 echo " " >>test.out
17 ./starttime
18 ./all-disk-tests
19 ./all-tape-tests
20 ./all-changer-tests
21 echo " "
22 echo "End do_all tests"
23 echo "End do_all tests" >>test.out
24 scripts/cleanup
25 cat test.out
26 ./endtime
27 date