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