diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 969eb62f8..c54fdc7b2 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -861,7 +861,7 @@ class K8s: stderr=subprocess.PIPE) def exec_with_kubectl(self, pod, cmd): - return subprocess.run(["exec.sh", pod, cmd], + return subprocess.run(["e2e/exec.sh", pod, cmd], stdout=subprocess.PIPE, stderr=subprocess.PIPE)