From 0e7a555f29834a397a6354c694e9ece3ec73172a Mon Sep 17 00:00:00 2001 From: OverlordQ Date: Sun, 18 Jul 2010 08:13:53 +0000 Subject: [PATCH] Follow to r68544 make sure the right test recorder actually gets ran --- maintenance/parserTests.inc | 1 + 1 file changed, 1 insertion(+) 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'] ) ) { -- 2.20.1