Commit 6ac27507 authored by Nathaniel Wesley Filardo's avatar Nathaniel Wesley Filardo Committed by Marcel Stör
Browse files

mispec: don't use uart.write

Prefer print everywhere.
parent 74f92323
......@@ -133,7 +133,7 @@ M.run = function()
local it = {}
it.should = function(_, desc, func)
table.insert(M.pending, function()
uart.write(0, '\n * ' .. desc)
print('\n * ' .. desc)
M.total = M.total + 1
if M.pre then M.pre() end
local status, err = pcall(func)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment