ruby-changes:70268
From: Nobuyoshi <ko1@a...>
Date: Fri, 17 Dec 2021 11:29:59 +0900 (JST)
Subject: [ruby-changes:70268] 2585ff30d7 (master): Send the message for s390x to stderr [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2585ff30d7 From 2585ff30d72463c2d13b87d759fe5ea272f85967 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 17 Dec 2021 11:03:27 +0900 Subject: Send the message for s390x to stderr [ci skip] Parallel worker's stdout is captured as the control protocol. --- test/ruby/test_gc_compact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index c591b1d74e6..42ad028530a 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -4,7 +4,7 @@ require 'fiddle' https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc_compact.rb#L4 require 'etc' if RUBY_PLATFORM =~ /s390x/ - puts "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/5077" + warn "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/5077" return end -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/