Support interactive integration testing.

Interactive integration testing is useful when you're developing new tests, or
making changes to cli code.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 1d945a9743748373cd5c5bfface3209d241007d7
Component: engine
This commit is contained in:
Daniel Nephin
2016-07-18 17:26:35 -04:00
parent 0aa5d77457
commit aa2e0abc3e
6 changed files with 80 additions and 65 deletions

View File

@ -1,10 +1,7 @@
#!/bin/bash
set -e
bundle_test_integration_cli() {
TESTFLAGS="$TESTFLAGS -check.v -check.timeout=${TIMEOUT} -test.timeout=360m"
go_test_dir ./integration-cli
}
source hack/make/.integration-test-helpers
# subshell so that we can export PATH without breaking other things
(