diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-20 15:16:05 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:14 +0200 |
commit | 319237061b5dff7da3ab3e52d2520a02a720a06a (patch) | |
tree | 70bdcb7e1f572e368544911f974b51c5ffe7354a /conf.d/project/etc/test-config.json | |
parent | d3815fac159a71e9a77ca81bc84dfda526d6d4a1 (diff) |
Handle string or array arguments for "files" key
Change-Id: I16b6dedfa4c2fee866463c6df235505bc68a358c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/test-config.json')
-rw-r--r-- | conf.d/project/etc/test-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/test-config.json b/conf.d/project/etc/test-config.json index aee7857..fa26c5f 100644 --- a/conf.d/project/etc/test-config.json +++ b/conf.d/project/etc/test-config.json @@ -16,7 +16,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "hello", - "files": ["helloworld.lua"] + "files": "helloworld.lua" } } } |