summaryrefslogtreecommitdiff
path: root/shell/test/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'shell/test/RULES')
-rw-r--r--shell/test/RULES6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/test/RULES b/shell/test/RULES
index 990e8d9..92c0ccc 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -55,7 +55,10 @@
{ "test-result": "test-result"
, "action": "test-action"
, "stage": ["./", "../..", "stage_singleton_field"]
+ , "host transition": ["transitions", "for host"]
}
+ , "config_transitions":
+ {"deps": [{"type": "CALL_EXPRESSION", "name": "host transition"}]}
, "expression":
{ "type": "let*"
, "bindings":
@@ -78,6 +81,9 @@
, ["keep", {"type": "FIELD", "name": "keep"}]
, ["runner", {"type": "FIELD", "name": "runner"}]
, ["deps-fieldname", "deps"]
+ , [ "deps-transition"
+ , {"type": "CALL_EXPRESSION", "name": "host transition"}
+ ]
]
, "body":
{ "type": "if"