From b845e28629cd98ed4a29737b16977d61e7843ad7 Mon Sep 17 00:00:00 2001 From: "harishd%netscape.com" Date: Fri, 12 Jan 2001 20:08:03 +0000 Subject: [PATCH] Minor modification to the regression script. ** NOT PART OF THE BUILD ** git-svn-id: svn://10.0.0.236/trunk@84880 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tests/logparse/TestParser.pl | 6 +++++- mozilla/parser/htmlparser/tests/logparse/TestParser.pl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/tests/logparse/TestParser.pl b/mozilla/htmlparser/tests/logparse/TestParser.pl index 5dffcc9dadf..aefe8eb2a4f 100644 --- a/mozilla/htmlparser/tests/logparse/TestParser.pl +++ b/mozilla/htmlparser/tests/logparse/TestParser.pl @@ -7,7 +7,11 @@ $drive=$`; - die "\nUsage: perl TestParser.pl [-b|-v|-c] \n" + die "\nUsage: perl TestParser.pl [-b|-v|-c] + b -> creates baseline file(*.b) + v -> creates verification file (*.v) + c -> compare baseline vs verification\n" + if(@ARGV < 2 || @ARGV > 2); open(FILE_LIST,$ARGV[1]) || die "\nCannot open $ARGV[1]\n"; diff --git a/mozilla/parser/htmlparser/tests/logparse/TestParser.pl b/mozilla/parser/htmlparser/tests/logparse/TestParser.pl index 5dffcc9dadf..aefe8eb2a4f 100644 --- a/mozilla/parser/htmlparser/tests/logparse/TestParser.pl +++ b/mozilla/parser/htmlparser/tests/logparse/TestParser.pl @@ -7,7 +7,11 @@ $drive=$`; - die "\nUsage: perl TestParser.pl [-b|-v|-c] \n" + die "\nUsage: perl TestParser.pl [-b|-v|-c] + b -> creates baseline file(*.b) + v -> creates verification file (*.v) + c -> compare baseline vs verification\n" + if(@ARGV < 2 || @ARGV > 2); open(FILE_LIST,$ARGV[1]) || die "\nCannot open $ARGV[1]\n";