diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-24 15:56:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-29 13:50:40 +0000 |
commit | a7fecc239ad5349d99d826764a85574332e061da (patch) | |
tree | 6ddff78e1520bc9a1ddb39b7d699802b946395ad /test/afb-test/etc/aft-aftest-self.json | |
parent | fd49db623a3983526140f74b2e92d43cd578e8b6 (diff) |
Native test script launcher improvments
Remove the debug log messages.
Display the results of tests at the end.
Change-Id: I38ec1a6807a8e7de483545fd3346327fe1847f73
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test/afb-test/etc/aft-aftest-self.json')
-rw-r--r-- | test/afb-test/etc/aft-aftest-self.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/etc/aft-aftest-self.json b/test/afb-test/etc/aft-aftest-self.json index 73389c5..f8ebbcd 100644 --- a/test/afb-test/etc/aft-aftest-self.json +++ b/test/afb-test/etc/aft-aftest-self.json @@ -16,7 +16,7 @@ "action": "lua://AFT#_launch_test", "args": { "trace": "low-can", - "files": [ "aftTest.lua", "mapis-tests.lua" ] + "files": [ "aftTest.lua", "mapi_tests.lua" ] } }, "mapis": [{ |