r68256 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68255‎ | r68256 | r68257 >
Date:23:07, 18 June 2010
Author:pdhanda
Status:ok
Tags:
Comment:
Test commit. No Changes.
Modified paths:
  • /trunk/phase3/maintenance/tests/RunSeleniumTests.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/RunSeleniumTests.php
@@ -33,7 +33,7 @@
3434 die( -1 );
3535 }
3636
37 -// Command line only
 37+// Command line only
3838 if ( $wgSeleniumTestsRunMode == 'cli' && php_sapi_name() != 'cli' ) {
3939 echo "Must be run from the command line.\n";
4040 die( -1 );
@@ -97,3 +97,4 @@
9898 foreach ( $wgSeleniumTestSuites as $suite ) {
9999 $suite->run( $result );
100100 }
 101+

Status & tagging log