Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow blockers in agoric-cli #664

Merged
merged 3 commits into from
Mar 6, 2020
Merged

Conversation

michaelfig
Copy link
Member

@michaelfig michaelfig commented Mar 6, 2020

Fixes #662

This adds an integration test for the basic developer workflow.

{ recursive: true } makes things more tolerant of existing directories. Missing mkdirs were added, as well.

A --no-restart flag to prevent the actual ag-solo from running was added, until our integration tests can get smarter.

@michaelfig michaelfig force-pushed the 662-mkdir-recursive branch from 069d37e to 422b019 Compare March 6, 2020 05:30
@michaelfig michaelfig changed the title Run mkdir with recursive option to prevent exceptions Fix workflow blockers in agoric-cli Mar 6, 2020
Copy link
Member

@warner warner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good

@michaelfig michaelfig merged commit 4adc6be into master Mar 6, 2020
@michaelfig michaelfig deleted the 662-mkdir-recursive branch March 6, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"agoric init foo" fails with "file already exists"
2 participants