parent
74f9232370
commit
6ac275071b
|
@ -133,7 +133,7 @@ M.run = function()
|
||||||
local it = {}
|
local it = {}
|
||||||
it.should = function(_, desc, func)
|
it.should = function(_, desc, func)
|
||||||
table.insert(M.pending, function()
|
table.insert(M.pending, function()
|
||||||
uart.write(0, '\n * ' .. desc)
|
print('\n * ' .. desc)
|
||||||
M.total = M.total + 1
|
M.total = M.total + 1
|
||||||
if M.pre then M.pre() end
|
if M.pre then M.pre() end
|
||||||
local status, err = pcall(func)
|
local status, err = pcall(func)
|
||||||
|
|
Loading…
Reference in New Issue