aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kubernetes/make-e2e_node-run-over-distro-bins.patch
blob: c2739d6747b1d7026d3b5bee8985d023dbcc2f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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