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
This commit is contained in:
harishd%netscape.com
2001-01-12 20:08:03 +00:00
parent 625b522d1d
commit b845e28629
2 changed files with 10 additions and 2 deletions

View File

@@ -7,7 +7,11 @@
$drive=$`;
die "\nUsage: perl TestParser.pl [-b|-v|-c] <filelist>\n"
die "\nUsage: perl TestParser.pl [-b|-v|-c] <filelist>
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";