From e1dde07aabd06fdaa131e04185bf7fed9c3b5ac6 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 8 May 2024 15:34:30 +0200 Subject: test runners: Rules in tests should isolate staged artifacts ...that come with installing just. This ensures control on the subdirectories available to the runner, avoiding any possible conflicting paths. --- test/end-to-end/with_remote_test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/with_remote_test_runner.py') 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]), -- cgit v1.2.3