gecko-dev/layout/html/tests/table/rtest.bat

33 строки
448 B
Batchfile
Исходник Обычный вид История

1999-04-05 23:56:05 +04:00
@echo off
rem Treat assertions as warnings so the tests don't choke waiting on a
rem dialog box
set XPCOM_DEBUG_BREAK_SAVE=%XPCOM_DEBUG_BREAK%
set XPCOM_DEBUG_BREAK=warn
1999-05-27 02:19:02 +04:00
cd core
call rtest.bat %1
cd ..\viewer_tests
1999-04-10 01:12:34 +04:00
call rtest.bat %1
1999-04-05 23:56:05 +04:00
1999-04-10 01:12:34 +04:00
cd ..\bugs
call rtest.bat %1
1999-04-05 23:56:05 +04:00
1999-04-10 01:12:34 +04:00
cd ..\marvin
call rtest.bat %1
cd ..\other
call rtest.bat %1
1999-12-01 01:26:37 +03:00
cd ..\dom
call rtest.bat %1
cd ..\printing
call rtest.bat %1
1999-04-10 01:12:34 +04:00
cd ..
1999-04-05 23:56:05 +04:00
set XPCOM_DEBUG_BREAK=%XPCOM_DEBUG_BREAK_SAVE%