-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't fail on err in exec * Try to make a test * comment out test * use fmt.Sprintf, reformat * rework failure testing Added ExitCode to the results struct so it's easier to test against. I'm trying to remove Diagnostics eventually so it should move anyways. Reworked some failure catching to be more robust for exec. Tests pass :) --------- Co-authored-by: Amy Tobey <atobey@equinix.com>
- Loading branch information
1 parent
808ebb7
commit b389235
Showing
3 changed files
with
40 additions
and
16 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
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
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