]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-dev-tests
Implement a timeout on regression tests of 15 minutes
[bacula/bacula] / regress / all-dev-tests
index 85c8ac98b3ffe7580b674450630fdef9c1e54a51..a7db3434b1d8058013d05570d2c4f1cc767f0dce 100755 (executable)
@@ -8,49 +8,49 @@ echo " " >>test.out
 echo "Start sample non-root disk tests"
 echo "Start sample non-root disk tests" >>test.out
 rm -f dumps/*
-nice tests/acl-xattr-test
-nice tests/action-on-purge-test
-nice tests/allowcompress-test
-nice tests/auto-label-test
-nice tests/backup-bacula-test
-nice tests/base-job-test
-nice tests/bextract-test
-nice tests/bconsole-test
-nice tests/comment-test
-nice tests/compressed-test
-nice tests/compress-encrypt-test
-nice tests/concurrent-jobs-test
-nice tests/copy-job-test
-nice tests/encrypt-bug-test
-nice tests/estimate-test
-nice tests/lockmgr-test
-nice tests/exclude-dir-test
-nice tests/fifo-test
-nice tests/fileregexp-test
-nice tests/backup-to-null
-nice tests/regexwhere-test
-nice tests/differential-test
-nice tests/four-jobs-test
-nice tests/incremental-test
-nice tests/query-test
-nice tests/recycle-test
-nice tests/restore2-by-file-test
-nice tests/restore-by-file-test
-nice tests/restore-disk-seek-test
-nice tests/next-vol-test
-nice tests/strip-test
-nice tests/two-vol-test
-nice tests/verify-vol-test
-nice tests/weird-files2-test
-nice tests/weird-files-test
-nice tests/migration-job-test
-nice tests/messages-test
-nice tests/multi-storage-test
-# prune-test does not work for now
-#nice tests/prune-test
-nice tests/hardlink-test
-nice tests/tls-test
-nice tests/virtual-backup-test
+./run tests/acl-xattr-test
+./run tests/action-on-purge-test
+./run tests/allowcompress-test
+./run tests/auto-label-test
+./run tests/backup-bacula-test
+./run tests/base-job-test
+./run tests/bextract-test
+./run tests/bconsole-test
+./run tests/comment-test
+./run tests/compressed-test
+./run tests/compress-encrypt-test
+./run tests/concurrent-jobs-test
+./run tests/copy-job-test
+./run tests/encrypt-bug-test
+./run tests/estimate-test
+./run tests/lockmgr-test
+./run tests/exclude-dir-test
+./run tests/fifo-test
+./run tests/fileregexp-test
+./run tests/backup-to-null
+./run tests/regexwhere-test
+./run tests/differential-test
+./run tests/four-jobs-test
+./run tests/incremental-test
+./run tests/query-test
+./run tests/recycle-test
+./run tests/restore2-by-file-test
+./run tests/restore-by-file-test
+./run tests/restore-disk-seek-test
+./run tests/next-vol-test
+./run tests/strip-test
+./run tests/sqlite-test
+./run tests/two-vol-test
+./run tests/verify-vol-test
+./run tests/weird-files2-test
+./run tests/weird-files-test
+./run tests/migration-job-test
+./run tests/messages-test
+./run tests/multi-storage-test
+./run tests/prune-test
+./run tests/hardlink-test
+./run tests/tls-test
+./run tests/virtual-backup-test
 echo "End sample non-root disk tests"
 echo "End sample non-root disk tests" >>test.out
 
@@ -60,12 +60,12 @@ echo " "
 echo " " >>test.out
 echo "Start sample non-root disk autochanger tests"
 echo "Start sample non-root disk autochanger tests" >>test.out
-#nice tests/three-pool-recycle-test
-nice tests/fast-two-pool-test
-nice tests/two-volume-test
-nice tests/2drive-concurrent-test
-nice tests/incremental-2media
-nice tests/2drive-3pool-test
-nice tests/2drive-swap-test
+#./run tests/three-pool-recycle-test
+./run tests/fast-two-pool-test
+./run tests/two-volume-test
+./run tests/2drive-concurrent-test
+./run tests/incremental-2media
+./run tests/2drive-3pool-test
+./run tests/2drive-swap-test
 echo "End sample non-root disk autochanger tests"
 echo "End sample non-root disk autochanger tests" >>test.out