]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-root-tests
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / all-root-tests
index 3608461eda5ad83cbb39147b2bbc599c52ed2a40..e68461c675ffe33541b2893ba0f7bfdc1435e48f 100755 (executable)
@@ -1,12 +1,20 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run all root tests
 #
-rm -f test.out
-tests/dev-test-root
-tests/etc-test-root
-tests/lib-test-root
-tests/usr-tape-root
-cat build/config.out
-cat test.out
-scripts/cleanup
+echo " "
+echo " " >>test.out
+echo "Start root tests"
+echo "Start root tests" >>test.out
+rm -f dumps/*
+./run tests/dev-test-root
+./run tests/etc-test-root
+./run tests/lib-test-root
+./run tests/usr-tape-root
+echo "End root ./run tests"
+echo "End root ./run tests" >>test.out