karnaze%netscape.com d59987018b new frameset regression tests
git-svn-id: svn://10.0.0.236/trunk@32105 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 21:52:57 +00:00

17 lines
512 B
Batchfile
Executable File

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