summaryrefslogtreecommitdiff
path: root/test/end-to-end/EXPRESSIONS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-05-08 15:34:30 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-05-13 11:08:42 +0200
commite1dde07aabd06fdaa131e04185bf7fed9c3b5ac6 (patch)
tree266d1f8a7fba87d57b4358300abd5d87c5bfbb80 /test/end-to-end/EXPRESSIONS
parentf5c95742d60f88df37e242c4066468f14c14bd05 (diff)
downloadjustbuild-e1dde07aabd06fdaa131e04185bf7fed9c3b5ac6.tar.gz
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.
Diffstat (limited to 'test/end-to-end/EXPRESSIONS')
-rw-r--r--test/end-to-end/EXPRESSIONS5
1 files changed, 4 insertions, 1 deletions
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"}