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

Don't run apt-get commands from the whole repo test suite #2032

Merged
merged 1 commit into from Jul 2, 2019

Conversation

DRMacIver
Copy link
Member

The recent changes to how we install shellcheck in #2026 mean that the whole repo tests can only be run as root (and attempt to install things globally), which isn't ideal in general and prevents local usage. This PR changes it so that the build will still use the old method to install shellcheck if it's not found, but will use a system one if present, and updates our build config to install shellcheck before the tests are run.

@Zac-HD Zac-HD merged commit 99dfe7d into master Jul 2, 2019
@Zac-HD Zac-HD deleted the DRMacIver/shellcheck-install branch July 2, 2019 22:52
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