mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
10 lines
554 B
Diff
10 lines
554 B
Diff
--- a/hack/make-rules/test-e2e-node.sh
|
|
+++ b/hack/make-rules/test-e2e-node.sh
|
|
@@ -173,6 +173,6 @@
|
|
--system-spec-name="${system_spec_name}" --extra-envs="${extra_envs}" \
|
|
--ginkgo-flags="${ginkgoflags}" --test-flags="--container-runtime=${runtime} \
|
|
--alsologtostderr --v 4 --report-dir=${artifacts} --node-name $(hostname) \
|
|
- ${test_args}" --build-dependencies=true 2>&1 | tee -i "${artifacts}/build-log.txt"
|
|
+ ${test_args} --k8s-bin-dir /usr/bin" --build-dependencies=true 2>&1 | tee -i "${artifacts}/build-log.txt"
|
|
exit $?
|
|
fi
|