karnaze%netscape.com 0ae6e65268 added 1 sec delay to ease the pain of bug 38496. This does not affect the build.
git-svn-id: svn://10.0.0.236/trunk@70649 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-23 02:18:53 +00:00

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