]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/tests/compressed-test.cmd
Final changes
[bacula/bacula] / regress / win32 / tests / compressed-test.cmd
1 REM
2 REM Run a simple backup of the Bacula build directory using the compressed option
3 REM   then restore it.
4 REM
5 SET TestName=compressed-test
6 SET JobName=compressed
7
8 CALL scripts\functions set_debug 0
9 CALL scripts\functions copy_test_confs
10
11 ECHO %CD:\=/%/build >\tmp\file-list
12
13 CALL scripts\functions change_jobname CompressedTest %JobName%
14 CALL scripts\functions start_test
15       
16 sed -e "s;@JobName@;%JobName%;g" -e "s;@out@;%out%;g" -e "s;@topdir@;%CD:\=/%;g" tests\compressed-test.bscr >tmp\bconcmds
17
18 CALL scripts\functions run_bacula
19 CALL scripts\functions check_for_zombie_jobs storage=File
20 CALL scripts\functions stop_bacula
21
22 CALL scripts\functions check_two_logs
23 CALL scripts\functions check_restore_diff
24 CALL scripts\functions end_test