-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently the debos error handling sets an exitcode during running, then exits with that code. Since we only ever exit with a 1, unless an error occurs while running fakemachine, let's switch around the error handling to use the context.State and check the state after running. [TODO: THIS SHOULD BE A SEPERATE COMMIT] While we are here, also rework the fakemachine error handling to show that an error occured during run. Signed-off-by: Christopher Obbard <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters