Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exit status should be 1 if there is an exception.
  • Loading branch information
cwolferh committed Dec 10, 2012
1 parent 0bcd6a0 commit f8efd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/aeolus
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ rescue Exception => ex
puts "Was unable to write to the following stack trace to #{fname}:"
puts the_stack_trace
end
exit 1
end
1 change: 1 addition & 0 deletions features/exceptions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Feature: Exception Handling
"""
Error:
"""
And the exit status should be 1

0 comments on commit f8efd4f

Please sign in to comment.