From 94a78985a28dfbf53cb9b10648340dad109a69ac Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 21 Aug 2018 14:21:31 +0200 Subject: 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 --- conf.d/controller/lua.d/aft.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d') 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 = { -- cgit 1.2.3-korg