]> git.sur5r.net Git - bacula/bacula/blob - regress/do_disk
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / do_disk
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7 nice make setup
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 nice ./all-disk-tests
15 echo " "
16 echo "End do_file tests"
17 echo "End do_file tests" >>test.out
18 scripts/cleanup
19 cat test.out
20 ./endtime