From 2585ff30d72463c2d13b87d759fe5ea272f85967 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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 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 -- cgit v1.2.3