summaryrefslogtreecommitdiff
path: root/test/end-to-end/with_remote_test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/with_remote_test_runner.py')
-rwxr-xr-xtest/end-to-end/with_remote_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/with_remote_test_runner.py b/test/end-to-end/with_remote_test_runner.py
index 079f627b..f4b56105 100755
--- a/test/end-to-end/with_remote_test_runner.py
+++ b/test/end-to-end/with_remote_test_runner.py
@@ -80,7 +80,7 @@ if not custom_remote:
).stdout.decode('utf-8')
remote_cmd = [
- "./bin/just",
+ "./staged/bin/just",
"execute",
"-L",
json.dumps(["env", "PATH=" + PATH]),