]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-dev-tests
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / all-dev-tests
index a7db3434b1d8058013d05570d2c4f1cc767f0dce..655c19bdd19bb044b2dd4b418b55e651ad783188 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run a sample of tests. These tests should be relatively short
 #   so that developers can test before committing
@@ -41,6 +46,7 @@ rm -f dumps/*
 ./run tests/strip-test
 ./run tests/sqlite-test
 ./run tests/two-vol-test
+./run tests/verify-data-test
 ./run tests/verify-vol-test
 ./run tests/weird-files2-test
 ./run tests/weird-files-test
@@ -51,6 +57,10 @@ rm -f dumps/*
 ./run tests/hardlink-test
 ./run tests/tls-test
 ./run tests/virtual-backup-test
+./run tests/virtual-jobid-test
+./run tests/reload-client-address-test
+./run tests/sd-sd-test
+./run tests/status-network-test
 echo "End sample non-root disk tests"
 echo "End sample non-root disk tests" >>test.out