r106371 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106370‎ | r106371 | r106372 >
Date:21:13, 15 December 2011
Author:hashar
Status:ok
Tags:
Comment:
testtwarm: reenable install and settings appending

They were disabled during testing phase. We now really want to do the
checkouts installation since testswarm is in preproduction.

Gerrit commit: 4a912cd53b5b1ac52e9e2748cb99aef458a2e643
Change-Id: I96b484c2606ca8cc23856442cd9a6bf9772eb71b
Modified paths:
  • /trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php (modified) (history)

Diff [purge]

Index: trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php
@@ -393,8 +393,8 @@
394394 $this->main->log( "Run for r{$this->svnRevId} started", __METHOD__ );
395395
396396 $this->doCheckout();
397 - #$this->doInstall();
398 - #$this->doAppendSettings();
 397+ $this->doInstall();
 398+ $this->doAppendSettings();
399399
400400 /**
401401 * @todo FIXME:

Status & tagging log