dcone%netscape.com e1999d8975 Update printer regression tests. r=karnaze a=rickg
git-svn-id: svn://10.0.0.236/trunk@61782 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-28 14:27:50 +00:00

17 lines
526 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 -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\verify\ -rd s:\mozilla\layout\html\tests\printer\table -f s:\mozilla\layout\html\tests\printer\table\file_list.txt
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done