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/EXPRESSIONS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/EXPRESSIONS') diff --git a/test/end-to-end/EXPRESSIONS b/test/end-to-end/EXPRESSIONS index 711b1d94..fe855203 100644 --- a/test/end-to-end/EXPRESSIONS +++ b/test/end-to-end/EXPRESSIONS @@ -97,7 +97,10 @@ , "key": "work" , "value": {"type": "var", "name": "deps"} } - , {"type": "var", "name": "just"} + , { "type": "to_subdir" + , "subdir": "staged" + , "$1": {"type": "var", "name": "just"} + } , {"type": "var", "name": "runner"} , {"type": "var", "name": "test.sh"} , {"type": "var", "name": "data"} -- cgit v1.2.3