@@ -197,7 +197,7 @@ |
||
197 | 197 | $passed = true; |
198 | 198 | foreach($jobs as $job) { |
199 | 199 | $output .= $this->runJob($job); |
200 | - if($job->result === "failed") { |
|
200 | + if($job->result === "failed") { |
|
201 | 201 | $passed = false; |
202 | 202 | } |
203 | 203 | } |