diff options
Diffstat (limited to 'test/utils/remote_execution/test_runner.py')
-rwxr-xr-x | test/utils/remote_execution/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/remote_execution/test_runner.py b/test/utils/remote_execution/test_runner.py index c54acd3f..5295efa3 100755 --- a/test/utils/remote_execution/test_runner.py +++ b/test/utils/remote_execution/test_runner.py @@ -57,7 +57,7 @@ if os.path.exists(REMOTE_INFO): os.remove(REMOTE_INFO) remote_cmd = [ - "./just", "execute", + "./bin/just", "execute", "--info-file", REMOTE_INFO, "--local-build-root", REMOTE_LBR, "--log-limit", "6", "--plain-log", |