Files
Mozilla/mozilla/layout/html/tests/frameset/iframe/rtest.bat
(no author) b4b70055bb This commit was manufactured by cvs2svn to create branch
'AVIARY_1_0_20040515_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 19:32:54 +00:00

17 lines
498 B
Batchfile
Executable File

@echo off
if %1==baseline goto baseline
:verify
if not exist verify mkdir verify
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\verify\ -rd s:\mozilla\layout\html\tests\frameset\iframe -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:baseline
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\ -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done