From: OverlordQ Date: Sun, 18 Jul 2010 08:13:53 +0000 (+0000) Subject: Follow to r68544 make sure the right test recorder actually gets ran X-Git-Tag: 1.31.0-rc.0~36110 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=0e7a555f29834a397a6354c694e9ece3ec73172a;p=lhc%2Fweb%2Fwiklou.git Follow to r68544 make sure the right test recorder actually gets ran --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 916141f534..883e4329ca 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -117,6 +117,7 @@ class ParserTest { } public function setupRecorder() { + global $options; if ( isset( $options['record'] ) ) { $this->recorder = new DbTestRecorder( $this ); } elseif ( isset( $options['compare'] ) ) {