diff options
Diffstat (limited to 'test/end-to-end/serve-service/data/targets/TARGETS.slow')
-rw-r--r-- | test/end-to-end/serve-service/data/targets/TARGETS.slow | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/end-to-end/serve-service/data/targets/TARGETS.slow b/test/end-to-end/serve-service/data/targets/TARGETS.slow new file mode 100644 index 00000000..af92d998 --- /dev/null +++ b/test/end-to-end/serve-service/data/targets/TARGETS.slow @@ -0,0 +1,20 @@ +{ "": {"type": "export", "target": "slow", "flexible_config": ["RANGE"]} +, "slow": + { "type": "generic" + , "arguments_config": ["RANGE"] + , "outs": ["out.txt"] + , "cmds": + [ "touch out.txt" + , { "type": "join" + , "$1": + [ "for entry in " + , {"type": "var", "name": "RANGE"} + , " ; " + , "do echo $entry >> out.txt ; " + , "sleep 1 ; " + , "done" + ] + } + ] + } +} |