Remove test-integration-cli and references to it.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-06-16 17:18:44 -07:00
parent 6b025a8b66
commit bc82b13995
15 changed files with 21 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ From the root of the Docker/Docker repo one can use make to execute the followin
- make default
- make shell
- make test-unit
- make test-integration-cli
- make test-integration
- make
The Makefile does include logic to determine on which OS and architecture the Docker Development Image is built.