Skip to content

Commit

Permalink
Change "Running" message to ">" in test output
Browse files Browse the repository at this point in the history
Because it looks better and is much shorter.
  • Loading branch information
elgopher committed Nov 24, 2024
1 parent 078f263 commit 28290cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ on_event("test_started", function(e)
if e.test.parent != nil then parent_id = e.test.parent.id end
test_tree:add_child(e.test.id, e.test.name .. " (running)", parent_id)

print_line(e.test, "\f5Running \f7" .. e.test.name)
print_line(e.test, "\f6> \f7" .. e.test.name)
sfx(1)
end)

Expand Down

0 comments on commit 28290cf

Please sign in to comment.