From f4eb0fa9e68ecc9eaac0398fbec47e8e9ebc668b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 19 Oct 2018 15:18:03 +0200 Subject: Fix: wrong output file specified using single arg Copy/paste error... Change-Id: Iac3a96fed518171cd5a6963145296429368782fa 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 d4f18be..449aab4 100644 --- a/conf.d/controller/lua.d/aft.lua +++ b/conf.d/controller/lua.d/aft.lua @@ -665,7 +665,7 @@ function _launch_test(context, args) _AFT.tests_list = {} end elseif type(args.files) == 'string' then - _AFT.setOutputFile(f) + _AFT.setOutputFile(args.files) readOneFile(args.files) process_tests() end -- cgit 1.2.3-korg