Index: trunk/tools/checkin-test-trigger/runQueue.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | // Check for changes which trigger our test suites... |
36 | 36 | foreach( $testSuites as $suite ) { |
37 | 37 | // 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 ); |
39 | 39 | if( isset( $log[0]['paths'] ) && count( $log[0]['paths'] ) ) { |
40 | 40 | // There were changes to thsi path in this revision. |
41 | 41 | // Schedule it for testing! |