Update parserTests help text to describe the --compare option.
authorNick Jenkins <nickj@users.mediawiki.org>
Mon, 22 Jan 2007 09:22:17 +0000 (09:22 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Mon, 22 Jan 2007 09:22:17 +0000 (09:22 +0000)
maintenance/parserTests.php

index 5d917b8..540d6b0 100644 (file)
@@ -30,7 +30,7 @@ MediaWiki $wgVersion parser test suite
 Usage: php parserTests.php [--quick] [--quiet] [--show-output]
                            [--color[=(yes|no)]]
                            [--regex=<expression>] [--file=<testfile>]
-                           [--record]
+                           [--record] [--compare]
                            [--help]
 Options:
   --quick          Suppress diff output of failed tests
@@ -41,6 +41,7 @@ Options:
   --regex          Only run tests whose descriptions which match given regex
   --file           Run test cases from a custom file instead of parserTests.txt
   --record         Record tests in database
+  --compare        Compare with recorded results, without updating the database.
   --help           Show this help message