From 82f62e3a244d01d93aae91da9fd41855a6ddd1ce Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 25 May 2023 12:59:25 +0200 Subject: tests: Used installed just/just-mr in remote tests ... as those binaries might need run-libs. --- test/end-to-end/EXPRESSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/end-to-end/EXPRESSIONS') diff --git a/test/end-to-end/EXPRESSIONS b/test/end-to-end/EXPRESSIONS index 3348d460..5ef8b01d 100644 --- a/test/end-to-end/EXPRESSIONS +++ b/test/end-to-end/EXPRESSIONS @@ -12,6 +12,7 @@ , "imports": { "artifacts_list": ["@", "rules", "", "field_artifacts_list"] , "runfiles_list": ["@", "rules", "", "field_runfiles_list"] + , "artifacts": ["@", "rules", "", "field_artifacts"] , "stage": ["@", "rules", "", "stage_singleton_field"] } , "expression": @@ -21,8 +22,7 @@ , ["location", "runner"] , ["runner", {"type": "CALL_EXPRESSION", "name": "stage"}] , ["fieldname", "just"] - , ["location", "just"] - , ["just", {"type": "CALL_EXPRESSION", "name": "stage"}] + , ["just", {"type": "CALL_EXPRESSION", "name": "artifacts"}] , ["fieldname", "deps"] , [ "deps" , { "type": "TREE" -- cgit v1.2.3