Skip to content

Commit

Permalink
Return a non-successful exit code if failed files are detected
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 18, 2009
1 parent a962d1e commit edbc3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/harness.pir
Expand Up @@ -216,7 +216,8 @@ HELP
$S1 = sprintf "%.4f", $P0
print $S1
say " seconds"
.return()
$I0 = failing_files != 0
exit $I0
.end

.sub 'qx'
Expand Down

0 comments on commit edbc3b1

Please sign in to comment.