]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/win32/all-root-tests.cmd
More debug for faketape ansi label
[bacula/bacula] / regress / win32 / all-root-tests.cmd
index 20061b17680c75784b8d0a87aef51ee06ab3ca24..829d9f48a7fba57115177b4cb167e7748d2f499f 100644 (file)
@@ -1,10 +1,13 @@
 REM
 REM Run all root tests
 REM
-DEL test.out
+ECHO.
+ECHO. >>test.out
+ECHO Start root tests
+ECHO Start root tests >>test.out
 CALL tests\dev-test-root
 CALL tests\etc-test-root
 CALL tests\lib-test-root
 CALL tests\usr-tape-root
-TYPE test.out
-CALL scripts\cleanup
+ECHO End root tests
+ECHO End root tests >>test.out