-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(init): If init has errors, rollback changes
If init has errors, simply bailing with an error isn't good enough. It can leave our repo and working directory in unusable states. Instead, we create a cleanup function that will undo work done so far, calling any cleanup function that already exists. Convert fsi_integration_test to new, simpler TestRunner methods.
- Loading branch information
Showing
10 changed files
with
423 additions
and
516 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
Oops, something went wrong.