aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-17 11:03:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-17 11:28:06 +0900
commit2585ff30d72463c2d13b87d759fe5ea272f85967 (patch)
tree1984ecba101243d41f9400783a49d73898a57f94 /test/ruby/test_gc_compact.rb
parentc4c78343e05d5584d2617192d7238c315ec68ef0 (diff)
downloadruby-2585ff30d72463c2d13b87d759fe5ea272f85967.tar.gz
Send the message for s390x to stderr [ci skip]
Parallel worker's stdout is captured as the control protocol.
Diffstat (limited to 'test/ruby/test_gc_compact.rb')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index c591b1d74e..42ad028530 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -4,7 +4,7 @@ require 'fiddle'
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