~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/viewer_tests/rtest.bat

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
if %1==baseline goto baseline
 
3
 
 
4
:verify
 
5
if not exist verify mkdir verify
 
6
s:\mozilla\dist\bin\viewer  -B 1 -o s:\mozilla\layout\html\tests\table\viewer_tests\verify\ -rd s:\mozilla\layout\html\tests\table\viewer_tests -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
 
7
goto done
 
8
 
 
9
:baseline
 
10
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\viewer_tests\ -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
 
11
goto done
 
12
 
 
13
:error
 
14
echo syntax: rtest (baseline verify) 
 
15
 
 
16
:done
 
17