Skip to content

Commit

Permalink
[tapir] fix exit status
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@45699 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed Apr 15, 2010
1 parent 7e1098a commit d9485c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/dev/tapir.pir
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ HELP
harness.'process_args'(opts)
aggregate = harness.'runtests'(files)
$I0 = aggregate.'has_errors'()
$I0 = not $I0
exit $I0
.end

Expand Down

0 comments on commit d9485c3

Please sign in to comment.