X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tests;h=831e232728210b1ba06713a605e945637b1dfb83;hb=545ee5b934384ef66e1ce719cd5be6776583bc57;hp=bcb17bbabc4660e07fc0338e54b8c08aa97800fe;hpb=eea5dbdafdecd27359291d8d539cf119f4979c81;p=bacula%2Fbacula diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index bcb17bbabc..831e232728 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -2,12 +2,14 @@ # # Run all tests # -rm -f test1.out -tests/test0 echo " " +echo " " >>test.out +echo "Start non-root disk tests" +echo "Start non-root disk tests" >>test.out nice tests/auto-label-test nice tests/backup-bacula-test nice tests/bextract-test +nice tests/big-vol-test nice tests/bscan-test nice tests/bsr-opt-test nice tests/compressed-test @@ -16,7 +18,8 @@ nice tests/concurrent-jobs-test nice tests/data-encrypt-test nice tests/encrypt-bug-test nice tests/fifo-test -nice tests/backup-bacula-fifo +nice tests/backup-to-null +nice tests/regexwhere-test # The following two can uses *lots* of disk space # so they are normally turned off, but if you have # at least two GB free, you can run them @@ -31,12 +34,15 @@ nice tests/recycle-test nice tests/restore2-by-file-test nice tests/restore-by-file-test nice tests/restore-disk-seek-test +#nice tests/runscript-test nice tests/six-vol-test nice tests/span-vol-test +nice tests/maxvol-test nice tests/sparse-compressed-test nice tests/sparse-test nice tests/two-jobs-test nice tests/two-vol-test +nice tests/verify-cat-test nice tests/verify-vol-test nice tests/weird-files2-test nice tests/weird-files-test @@ -45,15 +51,26 @@ nice tests/migration-jobspan-test nice tests/migration-volume-test nice tests/migration-time-test nice tests/hardlink-test +nice tests/tls-test +echo "End non-root disk tests" +echo "End non-root disk tests" >>test.out + # # The following are Virtual Disk Autochanger tests +echo " " +echo " " >>test.out +echo "Start non-root virtual disk autochanger tests" +echo "Start non-root virtual disk autochangertests" >>test.out +#nice tests/three-pool-recycle-test nice tests/two-pool-test nice tests/fast-two-pool-test nice tests/two-volume-test nice tests/incremental-2disk nice tests/2drive-incremental-2disk nice tests/scratch-pool-test -echo " " -echo "Test results" -cat test.out -scripts/cleanup +nice tests/2drive-concurrent-test +nice tests/incremental-2media +nice tests/three-pool-test +nice tests/2drive-3pool-test +echo "End non-root virtual disk autochanger tests" +echo "End non-root virtual disk autochangertests" >>test.out