]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/do_all_tests.cmd
More debug for faketape ansi label
[bacula/bacula] / regress / win32 / do_all_tests.cmd
1 python starttime.py
2 IF NOT EXIST bin\tape_options touch bin/tape_options
3 ECHO. >test.out
4 TYPE build/config.out >>test.out
5 ECHO. >>test.out
6 ECHO Test results >>test.out
7 ECHO. >>test.out
8 python starttime.py
9 CALL all-non-root-tests
10 CALL all-non-root-tape-tests
11 CALL all-non-root-2tape-tests
12 ECHO.
13 ECHO End do_all tests
14 ECHO End do_all tests >>test.out
15 CALL scripts/cleanup
16 TYPE test.out
17 python endtime.py