X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tests;h=2f88050a6436db5c17dc80e99a03894a86faeb25;hb=cd8c9039563d4eea04141baafb33ee16a964767e;hp=58a48c0e4414b8dbdd1b96d79fc69fa5b6de8179;hpb=bf6f4f81b2ba29bf28baa41e40cb1ac84e2b7861;p=bacula%2Fbacula diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 58a48c0e44..2f88050a64 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -2,9 +2,10 @@ # # 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 @@ -36,6 +37,8 @@ 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/maxvol2-test nice tests/sparse-compressed-test nice tests/sparse-test nice tests/two-jobs-test @@ -50,8 +53,15 @@ 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 autochanger tests" >>test.out #nice tests/three-pool-recycle-test nice tests/two-pool-test nice tests/fast-two-pool-test @@ -63,8 +73,5 @@ nice tests/2drive-concurrent-test nice tests/incremental-2media nice tests/three-pool-test nice tests/2drive-3pool-test -echo " " -echo "Test results" -cat build/config.out -cat test.out -scripts/cleanup +echo "End non-root virtual disk autochanger tests" +echo "End non-root virtual disk autochanger tests" >>test.out