MediaWiki r54321 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r54320‎ | r54321 (on ViewVC)‎ | r54322 >
Date:23:00, 3 August 2009
Author:brion
Status:deferred
Tags:
Comment:
woops
Modified paths:

Diff [purge]

Index: trunk/tools/checkin-test-trigger/runQueue.php
@@ -34,7 +34,7 @@
3535 // Check for changes which trigger our test suites...
3636 foreach( $testSuites as $suite ) {
3737 // Potentially expensive with multiple test sets, since we hit SVN for each one
38 - $logs = $repo->getLog( $suite['path'], $revId, $revId );
 38+ $log = $repo->getLog( $suite['path'], $revId, $revId );
3939 if( isset( $log[0]['paths'] ) && count( $log[0]['paths'] ) ) {
4040 // There were changes to thsi path in this revision.
4141 // Schedule it for testing!

Status & tagging log

  • 00:20, 14 September 2011 Meno25 (talk | contribs) changed the status of r54321 [removed: old added: deferred]
  • 01:02, 14 November 2010 Reedy (talk | contribs) changed the status of r54321 [removed: new added: old]