mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
change test-e2e-node.sh build service to true
This commit is contained in:
parent
75689dd4d2
commit
291ab39e89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user