From 87003c22fed148618299d180ecb3bfbe8eb34298 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Mon, 22 Jan 2007 09:22:17 +0000 Subject: [PATCH] Update parserTests help text to describe the --compare option. --- maintenance/parserTests.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 5d917b8d07..540d6b0839 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -30,7 +30,7 @@ MediaWiki $wgVersion parser test suite Usage: php parserTests.php [--quick] [--quiet] [--show-output] [--color[=(yes|no)]] [--regex=] [--file=] - [--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 -- 2.20.1