Skip to content

Commit

Permalink
some debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Jul 31, 2019
1 parent bc4ed69 commit e085cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test/e2e/run
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ is_swarm_enabled() {
cleanup() {
local project=$1
local network="${project}_default"
COMPOSE_PROJECT_NAME=$1 COMPOSE_FILE=$2 docker-compose logs engine
docker network disconnect "$network" "$(hostname)"
COMPOSE_PROJECT_NAME=$1 COMPOSE_FILE=$2 docker-compose down -v --rmi local >&2
}
Expand All @@ -71,7 +72,7 @@ runtests() {
PATH="$PWD/build/:/usr/bin:/usr/local/bin:/usr/local/go/bin" \
HOME="$HOME" \
DOCKER_CLI_E2E_PLUGINS_EXTRA_DIRS="$PWD/build/plugins-linux-amd64" \
"$(command -v gotestsum)" -- ${TESTDIRS:-./e2e/...} ${TESTFLAGS-}
"$(command -v gotestsum)" --format=standard-verbose -- ${TESTDIRS:-./e2e/...} ${TESTFLAGS-}
}

export unique_id="${E2E_UNIQUE_ID:-cliendtoendsuite}"
Expand Down

0 comments on commit e085cd3

Please sign in to comment.