We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0194c commit 5e8c3e3Copy full SHA for 5e8c3e3
luatest/output/tap.lua
@@ -32,7 +32,7 @@ function Output.mt:update_status(node)
32
if utils.table_len(node.servers) > 0 then
33
print(prefix .. 'artifacts:')
34
for _, server in pairs(node.servers) do
35
- print(('%s%s -> %s'):format(prefix, server.alias, server.artifacts))
+ print(('%s\t%s -> %s'):format(prefix, server.alias, server.artifacts))
36
end
37
38
0 commit comments