ruby-changes:69671
From: David <ko1@a...>
Date: Tue, 9 Nov 2021 21:21:49 +0900 (JST)
Subject: [ruby-changes:69671] ec6352c108 (master): [rubygems/rubygems] Improve error message when make command doesn't match
https://git.ruby-lang.org/ruby.git/commit/?id=ec6352c108 From ec6352c10848553b7e8ddbc9f400aaae3358d5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Tue, 9 Nov 2021 11:30:46 +0100 Subject: [rubygems/rubygems] Improve error message when make command doesn't match https://github.com/rubygems/rubygems/commit/8c2725e9a6 --- test/rubygems/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index eac6a326752..3c4f09a37ff 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -279,7 +279,7 @@ class Gem::TestCase < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/helper.rb#L279 ) else msg = build_message(msg, - 'Expected make command "%s": %s' % [ + 'Expected make command "%s", but was "%s"' % [ ('%s %s' % [make_command, target]).rstrip, output, ] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/