1999-04-10 01:12:34 +04:00
|
|
|
@echo off
|
|
|
|
if %1==baseline goto baseline
|
|
|
|
|
|
|
|
:verify
|
|
|
|
if not exist verify mkdir verify
|
2000-05-23 06:18:53 +04:00
|
|
|
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list.txt
|
1999-10-16 09:26:22 +04:00
|
|
|
REM file_list2 and file_list3 were added to workaround a javascript bug
|
2000-09-05 18:58:59 +04:00
|
|
|
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list2.txt
|
2000-09-01 00:19:25 +04:00
|
|
|
REM s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list3.txt
|
1999-04-10 01:12:34 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:baseline
|
2000-05-23 06:18:53 +04:00
|
|
|
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list.txt
|
1999-10-16 09:26:22 +04:00
|
|
|
REM file_list2 and file_list3 were added to workaround a javascript bug
|
2000-09-05 18:58:59 +04:00
|
|
|
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list2.txt
|
2000-09-01 00:19:25 +04:00
|
|
|
REM s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list3.txt
|
1999-04-10 01:12:34 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:error
|
|
|
|
echo syntax: rtest (baseline verify)
|
|
|
|
|
|
|
|
:done
|