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