Follow to r68544 make sure the right test recorder actually gets ran
authorOverlordQ <overlordq@users.mediawiki.org>
Sun, 18 Jul 2010 08:13:53 +0000 (08:13 +0000)
committerOverlordQ <overlordq@users.mediawiki.org>
Sun, 18 Jul 2010 08:13:53 +0000 (08:13 +0000)
maintenance/parserTests.inc

index 916141f..883e432 100644 (file)
@@ -117,6 +117,7 @@ class ParserTest {
        }
 
        public function setupRecorder() {
+               global $options;
                if ( isset( $options['record'] ) ) {
                        $this->recorder = new DbTestRecorder( $this );
                } elseif ( isset( $options['compare'] ) ) {