]> git.sur5r.net Git - bacula/bacula/blob - regress/do_tape
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / do_tape
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7 #  /home/kern/bacula/bin/startmysql
8 nice make setup
9 echo " " >test.out
10 cat build/config.out >>test.out
11 echo " " >>test.out
12 echo "Test results" >>test.out
13 echo " " >>test.out
14 ./starttime
15 nice ./all-tape-tests
16 echo " "
17 echo "End do_file tests"
18 echo "End do_file tests" >>test.out
19 scripts/cleanup
20 cat test.out
21 ./endtime