gecko-dev/layout/html/tests/table/other/rtest.bat
alexsavulov%netscape.com b985f2182e regression test files update to match the gmake directory tree
not affecting the build
2002-08-25 06:44:45 +00:00

16 lines
482 B
Batchfile
Executable File

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