зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Improve error message when make command doesn't match
https://github.com/rubygems/rubygems/commit/8c2725e9a6
This commit is contained in:
Родитель
54bda176c6
Коммит
ec6352c108
|
@ -279,7 +279,7 @@ class Gem::TestCase < Test::Unit::TestCase
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
msg = build_message(msg,
|
msg = build_message(msg,
|
||||||
'Expected make command "%s": %s' % [
|
'Expected make command "%s", but was "%s"' % [
|
||||||
('%s %s' % [make_command, target]).rstrip,
|
('%s %s' % [make_command, target]).rstrip,
|
||||||
output,
|
output,
|
||||||
]
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче