summaryrefslogtreecommitdiff
path: root/test/end-to-end/serve-service/data/targets/TARGETS.slow
blob: af92d998ac8f829a91691a91b14a8fdb62a83a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
        ]
      }
    ]
  }
}