]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/tests/four-concurrent-jobs-test.cmd
Final changes
[bacula/bacula] / regress / win32 / tests / four-concurrent-jobs-test.cmd
1 REM
2 REM Run two jobs at the same time
3 REM
4 SET TestName=four-concurrent-jobs-test
5 SET JobName=Four-concurrent-jobs
6
7 CALL scripts\functions set_debug 0
8 CALL scripts\functions copy_test_confs
9
10 ECHO %CD:\=/%/build >\tmp\file-list
11
12 CALL scripts\functions change_jobname NightlySave %JobName%
13 CALL scripts\functions start_test
14
15 sed -e "s;@JobName@;%JobName%;g" -e "s;@out@;%out%;g" -e "s;@topdir@;%CD:\=/%;g" tests\four-concurrent-jobs-test.bscr >tmp\bconcmds
16
17 CALL scripts\functions run_bacula
18 CALL scripts\functions check_for_zombie_jobs storage=File1
19 CALL scripts\functions stop_bacula
20
21 CALL scripts\functions check_two_logs
22 CALL scripts\functions check_restore_diff
23 CALL scripts\functions end_test