]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-non-root-tape-tests
Update ctest readme
[bacula/bacula] / regress / all-non-root-tape-tests
index d52502ec02376fba16f8bd9602c6a26d1ab4346d..708aa8389de23f4444e1daf5c1e5ede34ee937dc 100755 (executable)
@@ -6,8 +6,11 @@
 if test ! x$AUTOCHANGER = x/dev/null ; then
    mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
 fi
-cp test.out test1.out
-nice tests/test0
+echo " "
+echo " " >>test.out
+echo "Start all non-root tape tests"
+echo "Start all non-root tape tests" >>test.out
+nice tests/ansi-label-tape
 nice tests/backup-bacula-tape
 nice tests/btape-fill-tape
 nice tests/fixed-block-size-tape
@@ -22,8 +25,5 @@ nice tests/two-pool-tape
 nice tests/2drive-incremental-2tape
 nice tests/bscan-tape
 nice tests/verify-vol-tape
-echo " "
-echo " "
-echo "Test results"
-cat test.out
-scripts/cleanup
+echo "End all non-root tape tests"
+echo "End all non-root tape tests" >>test.out