diff options
Diffstat (limited to 'shell/test/RULES')
-rw-r--r-- | shell/test/RULES | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/shell/test/RULES b/shell/test/RULES index 1c069dc..bab1d8b 100644 --- a/shell/test/RULES +++ b/shell/test/RULES @@ -331,19 +331,16 @@ } ] , [ "artifacts" - , { "type": "map_union" + , { "type": "`" , "$1": - [ { "type": "singleton_map" - , "key": "pwd" - , "value": {"type": "BLOB", "data": "/summary"} - } - , {"type": "var", "name": "summary"} - , { "type": "singleton_map" - , "key": "work" - , "value": + { "pwd": + {"type": ",", "$1": {"type": "BLOB", "data": "/summary"}} + , "work": + { "type": "," + , "$1": {"type": "TREE", "$1": {"type": "var", "name": "attempts"}} } - ] + } } ] , [ "runfiles" |