diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-25 12:59:25 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-30 15:01:41 +0200 |
commit | 82f62e3a244d01d93aae91da9fd41855a6ddd1ce (patch) | |
tree | b4df2e079ce93ed9d0de64bd85e9a310315ef2a9 /test/end-to-end/EXPRESSIONS | |
parent | ae2e515ab84ea3ab08764685f84441c0741f8039 (diff) | |
download | justbuild-82f62e3a244d01d93aae91da9fd41855a6ddd1ce.tar.gz |
tests: Used installed just/just-mr in remote tests
... as those binaries might need run-libs.
Diffstat (limited to 'test/end-to-end/EXPRESSIONS')
-rw-r--r-- | test/end-to-end/EXPRESSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
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" |