diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-14 16:28:32 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-15 14:42:47 +0200 |
commit | 3c14ffe4648e694faadce7bd3f5e60a50413126a (patch) | |
tree | a80c483e7ea135999514fa3047e9fb092821b507 /test/end-to-end/EXPRESSIONS | |
parent | f821e6b70c59037384ac6afb3a44517fe46953e6 (diff) | |
download | justbuild-3c14ffe4648e694faadce7bd3f5e60a50413126a.tar.gz |
Add infrastructure for end-to-end tests using just serve
Diffstat (limited to 'test/end-to-end/EXPRESSIONS')
-rw-r--r-- | test/end-to-end/EXPRESSIONS | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/test/end-to-end/EXPRESSIONS b/test/end-to-end/EXPRESSIONS index 5ef8b01d..632c0b21 100644 --- a/test/end-to-end/EXPRESSIONS +++ b/test/end-to-end/EXPRESSIONS @@ -3,7 +3,10 @@ [ "TEST_ENV" , "ATTEMPT" , "name" + , "test type name" , "test.sh" + , "data" + , "extra_infra" , "keep" , "transition" , "TEST_COMPATIBLE_REMOTE" @@ -66,6 +69,7 @@ , "remotestdout" , "remotestderr" ] + , {"type": "var", "name": "extra_infra"} , { "type": "foreach" , "var": "filename" , "range": {"type": "var", "name": "keep"} @@ -87,6 +91,7 @@ , {"type": "var", "name": "just"} , {"type": "var", "name": "runner"} , {"type": "var", "name": "test.sh"} + , {"type": "var", "name": "data"} , {"type": "var", "name": "attempt marker"} ] } @@ -132,7 +137,9 @@ , "then": "compatible" , "else": "native" } - , " remote execution " + , " " + , {"type": "var", "name": "test type name"} + , " " , {"type": "var", "name": "name"} , " failed" ] @@ -149,7 +156,9 @@ , "fail_message": { "type": "join" , "$1": - [ "shell test with remote execution" + [ "shell test with " + , {"type": "var", "name": "test type name"} + , " " , {"type": "var", "name": "name"} , " failed (Run " , {"type": "var", "name": "ATTEMPT"} @@ -164,10 +173,11 @@ { "vars": [ "TEST_ENV" , "name" + , "test type name" , "test.sh" + , "data" + , "extra_infra" , "keep" - , "runner" - , "deps-fieldname" , "transition" , "TEST_COMPATIBLE_REMOTE" , "TEST_REMOTE_EXECUTION" |