gecko-dev/layout/html/tests/block/rtest.bat
bernd.mielke%snafu.de 0084f1a429 bug 97905, adding a link from block regression tests to table regression tests,
this has already been done for linux. Creating a virtual drive s: if necessary.
r=karnaze not part of the build
2001-09-16 18:35:07 +00:00

27 lines
508 B
Batchfile
Executable File

@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
set HAS_SUBST=0
if exist s:\mozilla\layout\tests\block\rtest.bat set HAS_SUBST=1
if not exist s:\mozilla\layout\tests\block\rtest.bat subst s: %MOZ_SRC%
cd base
call rtest.bat %1
cd ..\bugs
call rtest.bat %1
cd ..\..\table
call rtest.bat %1
cd ..\block
if %HAS_SUBST%=0 subst s: /D
set XPCOM_DEBUG_BREAK=%XPCOM_DEBUG_BREAK_SAVE%