]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/all-non-root-tests.cmd
Force full rebuild
[bacula/bacula] / regress / win32 / all-non-root-tests.cmd
1 REM
2 REM Run all tests
3 REM
4 ECHO.
5 ECHO. >>test.out
6 ECHO Start non-root disk tests
7 ECHO Start non-root disk tests >>test.out 
8 CALL tests\auto-label-test
9 CALL tests\backup-bacula-test
10 CALL tests\bextract-test
11 REM CALL tests\big-vol-test
12 CALL tests\bscan-test
13 CALL tests\bsr-opt-test
14 CALL tests\compressed-test
15 REM CALL tests\compress-encrypt-test
16 CALL tests\concurrent-jobs-test
17 CALL tests\data-encrypt-test
18 REM CALL tests\encrypt-bug-test
19 REM CALL tests\fifo-test
20 REM CALL tests\backup-to-null
21 REM CALL tests\regexwhere-test
22 REM The following two can uses *lots* of disk space
23 REM   so they are normally turned off, but if you have
24 REM   at least two GB free, you can run them
25 REM CALL tests\sparse-encrypt-test
26 REM CALL tests\gigaslam-sparse-test
27 CALL tests\differential-test
28 CALL tests\four-concurrent-jobs-test
29 CALL tests\four-jobs-test
30 CALL tests\incremental-test
31 CALL tests\query-test
32 CALL tests\recycle-test
33 CALL tests\restore2-by-file-test
34 CALL tests\restore-by-file-test
35 CALL tests\restore-disk-seek-test
36 REM CALL tests\runscript-test
37 CALL tests\six-vol-test
38 CALL tests\span-vol-test
39 REM CALL tests\maxvol-test
40 REM CALL tests\maxvol2-test
41 CALL tests\sparse-compressed-test
42 CALL tests\sparse-test
43 CALL tests\two-jobs-test
44 CALL tests\two-vol-test
45 CALL tests\verify-vol-test
46 REM CALL tests\weird-files2-test
47 REM CALL tests\weird-files-test
48 CALL tests\migration-job-test
49 CALL tests\migration-jobspan-test
50 CALL tests\migration-volume-test
51 CALL tests\migration-time-test
52 REM CALL tests\hardlink-test
53 REM CALL tests\tls-test
54 ECHO End non-root disk tests
55 ECHO End non-root disk tests >>test.out
56
57 REM 
58 REM The following are Virtual Disk Autochanger tests
59 ECHO.
60 ECHO. >>test.out
61 ECHO Start non-root virtual disk autochanger tests
62 ECHO Start non-root virtual disk autochanger tests >>test.out
63 REM CALL tests\three-pool-recycle-test
64 CALL tests\two-pool-test
65 REM CALL tests\fast-two-pool-test
66 CALL tests\two-volume-test
67 CALL tests\incremental-2disk
68 CALL tests\2drive-incremental-2disk
69 CALL tests\scratch-pool-test
70 CALL tests\2drive-concurrent-test.cmd
71 REM CALL tests\incremental-2media
72 REM CALL tests\three-pool-test
73 ECHO End non-root virtual disk autochanger tests
74 ECHO End non-root virtual disk autochanger tests >>test.out