diff options
Diffstat (limited to 'test/afb-test/etc/aft-agl-helloworld.json')
-rw-r--r-- | test/afb-test/etc/aft-agl-helloworld.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/afb-test/etc/aft-agl-helloworld.json b/test/afb-test/etc/aft-agl-helloworld.json index 8742003..94bd020 100644 --- a/test/afb-test/etc/aft-agl-helloworld.json +++ b/test/afb-test/etc/aft-agl-helloworld.json @@ -16,7 +16,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "helloworld", - "files": "helloworld.lua" + "files": [ "helloworld.lua", "helloworld-event.lua" ] } }, { @@ -25,7 +25,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "helloworld", - "files": [ "helloworld.lua", "mapi_tests.lua" ] + "files": [ "helloworld.lua", "helloworld-event.lua", "mapi_tests.lua" ] } }], "mapis": [{ |