r69496 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69495‎ | r69496 | r69497 >
Date:08:13, 18 July 2010
Author:overlordq
Status:ok
Tags:
Comment:
Follow to r68544 make sure the right test recorder actually gets ran
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -117,6 +117,7 @@
118118 }
119119
120120 public function setupRecorder() {
 121+ global $options;
121122 if ( isset( $options['record'] ) ) {
122123 $this->recorder = new DbTestRecorder( $this );
123124 } elseif ( isset( $options['compare'] ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68544* Removed require/require_once from maintenance scripts where possible, repla...tstarling02:55, 25 June 2010

Status & tagging log