summaryrefslogtreecommitdiff
path: root/test/end-to-end/with_remote_test_runner.py
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-05-25 12:59:25 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-05-30 15:01:41 +0200
commit82f62e3a244d01d93aae91da9fd41855a6ddd1ce (patch)
treeb4df2e079ce93ed9d0de64bd85e9a310315ef2a9 /test/end-to-end/with_remote_test_runner.py
parentae2e515ab84ea3ab08764685f84441c0741f8039 (diff)
downloadjustbuild-82f62e3a244d01d93aae91da9fd41855a6ddd1ce.tar.gz
tests: Used installed just/just-mr in remote tests
... as those binaries might need run-libs.
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 c685b2c5..c34821ca 100755
--- a/test/end-to-end/with_remote_test_runner.py
+++ b/test/end-to-end/with_remote_test_runner.py
@@ -70,7 +70,7 @@ if not custom_remote:
remote_cmd = [
- "./just", "execute",
+ "./bin/just", "execute",
"--info-file", REMOTE_INFO,
"--local-build-root", REMOTE_LBR,
"--log-limit", "6", "--plain-log",