2001-07-27 02:38:08 +04:00
|
|
|
@echo off
|
|
|
|
if "%1"=="baseline" goto baseline
|
|
|
|
|
|
|
|
:verify
|
|
|
|
if not exist verify mkdir verify
|
2002-08-25 10:44:45 +04:00
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\xbl\verify\ -rd s:\mozilla\layout\html\tests\xbl -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
2001-07-27 02:38:08 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:baseline
|
2002-08-25 10:44:45 +04:00
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\xbl\ -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
2001-07-27 02:38:08 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:error
|
|
|
|
echo syntax: rtest (baseline verify)
|
|
|
|
|
|
|
|
:done
|
|
|
|
|