]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tests
ebl remove IGNORE keyword from batch mode
[bacula/bacula] / regress / all-non-root-tests
1 #!/bin/sh
2 #
3 # Run all tests
4 #
5 rm -f test1.out
6 tests/test0
7 echo " "
8 tests/auto-label-test
9 #tests/backup-bacula-test
10 tests/bextract-test
11 tests/bscan-test
12 tests/bsr-opt-test
13 tests/compressed-test
14 tests/compress-encrypt-test
15 tests/concurrent-jobs-test
16 tests/data-encrypt-test
17 tests/encrypt-bug-test
18 tests/fifo-test
19 tests/backup-bacula-fifo
20 # The following two can uses *lots* of disk space
21 #   so they are normally turned off, but if you have
22 #   at least two GB free, you can run them
23 #tests/sparse-encrypt-test
24 #tests/gigaslam-sparse-test
25 tests/differential-test
26 tests/four-concurrent-jobs-test
27 tests/four-jobs-test
28 tests/incremental-test
29 tests/query-test
30 tests/recycle-test
31 tests/restore2-by-file-test
32 tests/restore-by-file-test
33 tests/restore-disk-seek-test
34 tests/six-vol-test
35 tests/span-vol-test
36 tests/sparse-compressed-test
37 tests/sparse-test
38 tests/two-jobs-test
39 tests/two-vol-test
40 tests/verify-vol-test
41 tests/weird-files2-test
42 tests/weird-files-test
43 tests/migration-job-test
44 tests/migration-jobspan-test
45 tests/migration-volume-test
46 tests/migration-time-test
47 tests/hardlink-test
48
49 # The following are Virtual Disk Autochanger tests
50 tests/two-pool-test
51 tests/two-volume-test
52 tests/incremental-2disk
53 tests/2drive-incremental-2disk
54 tests/scratch-pool-test
55 echo " "
56 echo "Test results"
57 cat test.out
58 scripts/cleanup