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() )