Commit 291ab39e authored by Zhou Fang's avatar Zhou Fang

change test-e2e-node.sh build service to true

parent 75689dd4
......@@ -133,9 +133,8 @@ else
fi
# Test using the host the script was run on
# Provided for backwards compatibility
set -x
"${ginkgo}" --focus=$focus --skip=$skip "${KUBE_ROOT}/test/e2e_node/" --report-dir=${report} \
-- --alsologtostderr --v 2 --node-name $(hostname) --build-services=false \
-- --alsologtostderr --v 2 --node-name $(hostname) --build-services=true \
--start-services=true --stop-services=true $test_args
exit $?
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment