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

ruby-changes:62643

From: aycabta <ko1@a...>
Date: Wed, 19 Aug 2020 13:04:43 +0900 (JST)
Subject: [ruby-changes:62643] e2c2283a80 (master): Skip irb/test_history on Solaris

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

From e2c2283a80843f6011a3d7665725ff0c5aed27c5 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Wed, 19 Aug 2020 13:03:32 +0900
Subject: Skip irb/test_history on Solaris


diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb
index b811bbe..4417d90 100644
--- a/test/irb/test_history.rb
+++ b/test/irb/test_history.rb
@@ -146,4 +146,4 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_history.rb#L146
       end
     end
   end
-end
+end if not RUBY_PLATFORM.match?(/solaris/i)
-- 
cgit v0.10.2


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

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