test/unit.rb: newline after message
* test/lib/test/unit.rb (deal): print a newline after an error message for unknown command not to overwritten by next messages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
27cafcfc89
commit
535ee0197f
@ -576,7 +576,7 @@ module Test
|
|||||||
after_worker_down worker
|
after_worker_down worker
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
print "unknown command: #{cmd.dump}"
|
print "unknown command: #{cmd.dump}\n"
|
||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user