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

Feature/use path to find executables #170

Conversation

samwright
Copy link

This searches through the path variable's directories for the docker
commands, instead of looking in predetermined OS-specific locations or
requiring new environmental variables to be set.

This also renames DockerCommandLocations to DockerCommandLocator, which better
reflects what it is

It also fixes the findbugs excludeFilter.xml file so the bugs to ignore for test classes are actually ignored for the test classes.

@samwright samwright force-pushed the feature/use-path-to-find-executables branch from 82f4199 to d3390be Compare March 1, 2017 21:14
This searches through the path variable's directories for the docker
commands, instead of looking in predetermined OS-specific locations or
requiring new environmental variables to be set.

This also renames DockerCommandLocations to DockerCommandLocator, which better
reflects what it is.
@samwright samwright force-pushed the feature/use-path-to-find-executables branch from d3390be to 195d9af Compare March 2, 2017 10:04
@hpryce hpryce mentioned this pull request Mar 7, 2017
@hpryce
Copy link
Contributor

hpryce commented Mar 7, 2017

@samwright I've pulled these changes into #175 to include the other PR that was open for similar functionality.

Sadly it's more complicated that what you've got here, but Docker for Mac installs into a location that isn't on the path when running the tests through Eclipse on a Mac and the environment variable overrides are needed because we install an alternative (more recent) copy of docker-compose as part of CI and need a way to specify that.

I'm going to close this PR out in favour of the linked one.

@hpryce hpryce closed this Mar 7, 2017
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.

2 participants