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

re-enable push and pre-push dry-run flags #1673

Closed
wants to merge 1 commit into from
Closed

Conversation

technoweenie
Copy link
Contributor

My push/pre-push refactoring (#1128) inadvertently broke dry runs of these commands.

Copy link
Contributor

@ttaylorr ttaylorr left a comment

Choose a reason for hiding this comment

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

Good catch. Wondering if we should do a refute_server_object in some of the integration tests like this one?

@technoweenie
Copy link
Contributor Author

Doh, setting DryRun in

func newUploadContext(dryRun bool) *uploadContext {
return &uploadContext{
DryRun: dryRun,
. False alarm, people.

@technoweenie technoweenie deleted the push-dry-run branch November 17, 2016 17:57
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.

None yet

2 participants