]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/all-non-root-tape-tests.cmd
More debug for faketape ansi label
[bacula/bacula] / regress / win32 / all-non-root-tape-tests.cmd
1 REM
2 REM Run all tape tests
3 REM
4 CALL config_var
5 IF NOT "%AUTOCHANGER%" == "nul" mtx -f %AUTOCHANGER% load 1 >nul 2>&1
6 ECHO.
7 ECHO. >>test.out
8 ECHO Start all non-root tape tests
9 ECHO Start all non-root tape tests >>test.out
10 REM CALL tests\ansi-label-tape
11 CALL tests\backup-bacula-tape
12 CALL tests\btape-fill-tape
13 CALL tests\fixed-block-size-tape
14 CALL tests\four-concurrent-jobs-tape
15 CALL tests\four-jobs-tape
16 CALL tests\incremental-tape
17 CALL tests\relabel-tape
18 CALL tests\restore-by-file-tape
19 CALL tests\small-file-size-tape
20 CALL tests\truncate-bug-tape
21 CALL tests\two-pool-tape
22 CALL tests\2drive-incremental-2tape
23 CALL tests\bscan-tape
24 CALL tests\verify-vol-tape
25 ECHO End all non-root tape tests
26 ECHO End all non-root tape tests >>test.out