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/utils/remote_execution/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/remote_execution/test_runner.py') diff --git a/test/utils/remote_execution/test_runner.py b/test/utils/remote_execution/test_runner.py index fb3e50ab..c1dfae95 100755 --- a/test/utils/remote_execution/test_runner.py +++ b/test/utils/remote_execution/test_runner.py @@ -62,7 +62,7 @@ PATH = subprocess.run( ).stdout.decode('utf-8') remote_cmd = [ - "./bin/just", + "./staged/bin/just", "execute", "-L", json.dumps(["env", "PATH=" + PATH]), -- cgit v1.2.3