[前][次][番号順一覧][スレッド一覧]

ruby-changes:68108

From: Lucas <ko1@a...>
Date: Fri, 24 Sep 2021 10:59:32 +0900 (JST)
Subject: [ruby-changes:68108] 61aedb28ef (master): [rubygems/rubygems] Use pend instead of skip in the absence of git in test helper

https://git.ruby-lang.org/ruby.git/commit/?id=61aedb28ef

From 61aedb28ef1c618b57b59a7f96d598be376f3222 Mon Sep 17 00:00:00 2001
From: Lucas Kanashiro <lucas.kanashiro@c...>
Date: Thu, 23 Sep 2021 18:25:38 -0300
Subject: [rubygems/rubygems] Use pend instead of skip in the absence of git in
 test helper

https://github.com/rubygems/rubygems/commit/798a93a98c
---
 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 b25c9a9..812142f 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -595,7 +595,7 @@ class Gem::TestCase < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/helper.rb#L595
   def have_git?
     return if in_path? @git
 
-    skip 'cannot find git executable, use GIT environment variable to set'
+    pend 'cannot find git executable, use GIT environment variable to set'
   end
 
   def in_path?(executable) # :nodoc:
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]