]> git.sur5r.net Git - bacula/bacula/blob - regress/all-root-tests
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / all-root-tests
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7 #
8 # Run all root tests
9 #
10 echo " "
11 echo " " >>test.out
12 echo "Start root tests"
13 echo "Start root tests" >>test.out
14 rm -f dumps/*
15 ./run tests/dev-test-root
16 ./run tests/etc-test-root
17 ./run tests/lib-test-root
18 ./run tests/usr-tape-root
19 echo "End root ./run tests"
20 echo "End root ./run tests" >>test.out