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

Fix .dockerignore integration test #742

Merged
merged 1 commit into from Aug 27, 2015

Conversation

aanand
Copy link
Contributor

@aanand aanand commented Aug 27, 2015

  • There was a typo (".dockerginore"), which meant that the exclusion of the .dockerignore file itself wasn't being tested.
  • Some of the file names were non-descriptive.
  • The test was inspecting the output of the build process, rather than running 'ls' in a new container, which meant it was full of extra output, and would fail when there was a cache hit.

- There was a typo (".dockerginore"), which meant that the exclusion of
  the .dockerignore file itself wasn't being tested.

- Some of the file names were non-descriptive.

- The test was inspecting the output of the build process, rather than
  running 'ls' in a new container, which meant it was full of extra
  output, and would fail when there was a cache hit.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
shin- added a commit that referenced this pull request Aug 27, 2015
@shin- shin- merged commit 9b37120 into docker:master Aug 27, 2015
@shin- shin- added this to the 1.4.0 milestone Sep 9, 2015
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