diff --git a/tests/setup.inc b/tests/setup.inc index a367e14..04e3eb9 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -5,7 +5,6 @@ export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER" ) setup() { - destroy_containers launch_containers setup_piler "piler1" } @@ -42,6 +41,8 @@ setup_piler() { local container="$1" + log "${FUNCNAME[0]}" + pushd "${WORKSPACE}/${PROJECT_ID}/tests" docker exec "$container" /usr/local/bin/setup-piler.sh