* Slightly less crackolicious implementation of --compare, which doesn't require...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jul 2008 12:59:51 +0000 (12:59 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jul 2008 12:59:51 +0000 (12:59 +0000)
commitbcadd96c58e88be4ac2567a9955ea1762972068f
treeca21ed56e8f1dde5845fdc9d1ab64e599d35e4e8
parentc0a02eca7000ba2ff5de548461bb71dcc0aa407f
* Slightly less crackolicious implementation of --compare, which doesn't require writing all the test results to a transactional database and then rolling them back. Write the results only with --record, and compare with PHP instead of SQL.
* Revert revert r37284 and fix --record/--compare
* Fix interaction of --record/--compare with --regex
* Use a separate DB connection for writing test results, so that it can actually be rolled back, say on ctrl-c. Uses the fun new LBFactory feature from r37302.
maintenance/parserTests.inc