r54321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54320‎ | r54321 | r54322 >
Date:23:00, 3 August 2009
Author:brion
Status:deferred
Tags:
Comment:
woops
Modified paths:
  • /trunk/tools/checkin-test-trigger/runQueue.php (modified) (history)

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