summaryrefslogtreecommitdiff
path: root/test/end-to-end/EXPRESSIONS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-14 16:28:32 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-15 14:42:47 +0200
commit3c14ffe4648e694faadce7bd3f5e60a50413126a (patch)
treea80c483e7ea135999514fa3047e9fb092821b507 /test/end-to-end/EXPRESSIONS
parentf821e6b70c59037384ac6afb3a44517fe46953e6 (diff)
downloadjustbuild-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/EXPRESSIONS18
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"