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

Add support for running tests in a Docker container #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PLPeeters
Copy link

While working on #119 I had issues pulling the Vagrant box, so I decided to simplify things by using Docker.

This adds PR a test-docker rule to the Makefile which builds a container and runs the tests in it before deleting it.

Copy link
Contributor

@dlecocq dlecocq left a comment

Choose a reason for hiding this comment

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

LGTM

FWIW, I would support getting rid of vagrant in favor of docker at this point. But I also don't really have a horse in that particular race.

@PLPeeters
Copy link
Author

I almost did that with this PR, but then I figured I would just be removing something that currently works, so it might as well stay in there for now.

The only reason I can see to drop Vagrant support is if for some reason major changes needed to be made to the Vagrant part.

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