Ticket #5115 (closed enhancement: fixed)
[patch][cla]D.O.H. in Rhino should return an appropriate exit code when tests fail
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | TestFramework | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
D.O.H., when run in Rhino, always returns an exit code of 0 (success) even if tests fail or have errors. This makes it inconvenient for use as part of automated builds. Many build systems use an exit code to determine if the command succeeded and fail the build for exit codes greater than zero.
D.O.H. under Rhino can use Rhino's quit function and pass it an integer greater than 0 if there are any test errors or failures.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.