]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-changer-tests
baculum: Add strip_prefix, add_prefix, add_suffix and regex_where restore options...
[bacula/bacula] / regress / all-changer-tests
index 65dc26e4dbb3a845f47bb4722e362481434396ca..1b24bdc91561820af41b6a577a7ad14cb679639f 100755 (executable)
@@ -1,15 +1,24 @@
 #!/bin/sh
 #
-# Run all tape tests
+# Copyright (C) 2000-2017 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
 #
+# ./run all changer tests
+#
+
+if test x$FORCE_CLOUD = xyes ; then
+   echo "All changer tests skipped for FORCE_CLOUD"
+   exit 0
+fi
+
 echo "Start autochanger tests"
 echo "Start autochanger tests" >>test.out
 rm -f dumps/*
 
-nice tests/incremental-changer
-nice tests/two-pool-changer
-nice tests/two-volume-changer
-nice tests/vol-duration-changer
+./run tests/incremental-changer
+./run tests/two-pool-changer
+./run tests/two-volume-changer
+./run tests/vol-duration-changer
 
 echo "End autochanger tests"
 echo "End autochanger tests" >>test.out