Include nodemanagement tests.

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2016-02-11 16:59:27 -08:00
parent abb38d9a11
commit 87c38f4641
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function execute() {
}
# 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.
export SWARM_BINARY=`mktemp`