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 @@
118
118
}
119
119
120
120
public function setupRecorder() {
121
+ global $options;
121
122
if ( isset( $options['record'] ) ) {
122
123
$this->recorder = new DbTestRecorder( $this );
123
124
} elseif ( isset( $options['compare'] ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r68544
* Removed require/require_once from maintenance scripts where possible, repla...
tstarling
02:55, 25 June 2010
Status & tagging log
14:38, 18 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r69496
[
removed:
new
added:
ok]