summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-11-09 11:30:46 +0100
committergit <svn-admin@ruby-lang.org>2021-11-09 21:21:33 +0900
commitec6352c10848553b7e8ddbc9f400aaae3358d5ab (patch)
treef77644824ba7fbc34a5e5e8657419b9df1631550 /test
parent54bda176c6f1274c2311b02badee34002e4ea10e (diff)
[rubygems/rubygems] Improve error message when make command doesn't match
https://github.com/rubygems/rubygems/commit/8c2725e9a6
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb
index eac6a32675..3c4f09a37f 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -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,
]