3 # Copyright (C) 2000-2017 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
6 # ./run all changer tests
9 if test x$FORCE_CLOUD = xyes ; then
10 echo "All changer tests skipped for FORCE_CLOUD"
14 echo "Start autochanger tests"
15 echo "Start autochanger tests" >>test.out
18 ./run tests/incremental-changer
19 ./run tests/two-pool-changer
20 ./run tests/two-volume-changer
21 ./run tests/vol-duration-changer
23 echo "End autochanger tests"
24 echo "End autochanger tests" >>test.out