aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-08-21 14:21:31 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-08-22 11:24:29 +0200
commit94a78985a28dfbf53cb9b10648340dad109a69ac (patch)
tree03282d122e8b00d420b0fabdfd998b7247b5360c
parent5fc59050cc237f8d79cfdb0f4f32e5778b3afbf7 (diff)
Default output format to TAP
As it is the most common used in AGL environment. Ptest is almost the same and only need a little sed script to be compatible and Jenkins have a TAP plugin that also handle TAP test results. Change-Id: I9f367a01417121aad35753536adece27b3ca0f7d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/controller/lua.d/aft.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/controller/lua.d/aft.lua b/conf.d/controller/lua.d/aft.lua
index b619b23..a454168 100644
--- a/conf.d/controller/lua.d/aft.lua
+++ b/conf.d/controller/lua.d/aft.lua
@@ -19,7 +19,7 @@
--]]
local lu = require('luaunit')
-lu.LuaUnit:setOutputType('JUNIT')
+lu.LuaUnit:setOutputType('TAP')
lu.LuaUnit.fname = "xUnitResults.xml"
_AFT = {