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

Update gittest to ignore system and global settings #297

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

andybradshaw
Copy link
Contributor

@andybradshaw andybradshaw commented Dec 15, 2022

Currently, gittest functions in a way that inherits any values set in the system or user global git configuration. For users who have settings which force GPG signing on commits and tags, this makes running local tests impractical, as tests will fail without user actions during the test.

By ignoring any system and global settings, we'll force users to acknowledge any local configuration that is depended on and require it to be set up during the test.


This change is Reviewable

@andybradshaw andybradshaw self-assigned this Dec 15, 2022
@nmiyake nmiyake merged commit 1216066 into master Jan 3, 2023
@nmiyake nmiyake deleted the ab/update-gittest-environment-vars branch January 3, 2023 18:50
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