pull/9923/head
Sharif Elgamal 2020-12-10 12:34:02 -08:00
parent 8a952d98f2
commit 92e68b19a1
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ if test -f "${TEST_OUT}"; then
rm "${TEST_OUT}" || true # clean up previous runs of same build
fi
touch "${TEST_OUT}"
${SUDO_PREFIX}${E2E_BIN}
${SUDO_PREFIX}${E2E_BIN} \
-minikube-start-args="--driver=${VM_DRIVER} ${EXTRA_START_ARGS}" \
-test.timeout=${TIMEOUT} -test.v \
${EXTRA_TEST_ARGS} \