mirror of https://github.com/docker/docs.git
Include nodemanagement tests.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
parent
abb38d9a11
commit
87c38f4641
|
@ -12,7 +12,7 @@ function execute() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Tests to run. Defaults to all.
|
# Tests to run. Defaults to all.
|
||||||
TESTS=${@:-. compose discovery api mesos/api mesos/compose mesos/zk}
|
TESTS=${@:-. compose discovery api nodemanagement mesos/api mesos/compose mesos/zk}
|
||||||
|
|
||||||
# Generate a temporary binary for the tests.
|
# Generate a temporary binary for the tests.
|
||||||
export SWARM_BINARY=`mktemp`
|
export SWARM_BINARY=`mktemp`
|
||||||
|
|
Loading…
Reference in New Issue