mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
12 lines
629 B
Diff
12 lines
629 B
Diff
diff --git a/hack/make-rules/test-e2e-node.sh b/hack/make-rules/test-e2e-node.sh
|
|
index 54a8233..2a68768 100755
|
|
--- a/hack/make-rules/test-e2e-node.sh
|
|
+++ b/hack/make-rules/test-e2e-node.sh
|
|
@@ -168,6 +168,6 @@ else
|
|
--container-runtime-endpoint=${container_runtime_endpoint} \
|
|
--image-service-endpoint=${image_service_endpoint} \
|
|
--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
|