From ec6352c10848553b7e8ddbc9f400aaae3358d5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 9 Nov 2021 11:30:46 +0100 Subject: [PATCH] [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 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, ]