From 14b69096872f4a32abf0379832066eba195060b0 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 20 Mar 2013 14:25:05 +0100 Subject: [PATCH] TAP output --- example_with_luaunit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_with_luaunit.lua b/example_with_luaunit.lua index e53b925..d6f2db6 100644 --- a/example_with_luaunit.lua +++ b/example_with_luaunit.lua @@ -99,6 +99,6 @@ end ---- Control test output: lu = LuaUnit -- lu:setOutputType( "NIL" ) --- lu:setOutputType( "TAP" ) +lu:setOutputType( "TAP" ) lu:setVerbosity( 0 ) os.exit( lu:run() )