]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tests
Updates
[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 # The following two can uses *lots* of disk space
19 #   so they are normally turned off, but if you have
20 #   at least two GB free, you can run them
21 #tests/sparse-encrypt-test
22 #tests/gigaslam-sparse-test
23 tests/differential-test
24 tests/four-concurrent-jobs-test
25 tests/four-jobs-test
26 tests/incremental-test
27 tests/query-test
28 tests/recycle-test
29 tests/restore2-by-file-test
30 tests/restore-by-file-test
31 tests/restore-disk-seek-test
32 tests/six-vol-test
33 tests/span-vol-test
34 tests/sparse-compressed-test
35 tests/sparse-test
36 tests/two-jobs-test
37 tests/two-vol-test
38 tests/verify-vol-test
39 tests/weird-files2-test
40 tests/weird-files-test
41 tests/migration-job-test
42 tests/migration-jobspan-test
43 tests/migration-volume-test
44 tests/migration-time-test
45 tests/hardlink-test
46
47 # The following are Virtual Disk Autochanger tests
48 tests/two-pool-test
49 tests/two-volume-test
50 tests/incremental-2disk
51 tests/2drive-incremental-2disk
52 tests/scratch-pool-test
53 echo " "
54 echo "Test results"
55 cat test.out
56 scripts/cleanup