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