mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Improve error message when make command doesn't match
8c2725e9a6
This commit is contained in:
parent
54bda176c6
commit
ec6352c108
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Gem::TestCase < Test::Unit::TestCase
|
|||
)
|
||||
else
|
||||
msg = build_message(msg,
|
||||
'Expected make command "%s": %s' % [
|
||||
'Expected make command "%s", but was "%s"' % [
|
||||
('%s %s' % [make_command, target]).rstrip,
|
||||
output,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue