integration: run the API test suite by default

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-05-05 22:15:33 -07:00
parent 85464cdc7c
commit fad492bc41
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function execute() {
}
# Tests to run. Defaults to all.
TESTS=${@:-.}
TESTS=${@:-. api}
# Generate a temporary binary for the tests.
export SWARM_BINARY=`mktemp`