summaryrefslogtreecommitdiff
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
parentc4c78343e05d5584d2617192d7238c315ec68ef0 (diff)
Send the message for s390x to stderr [ci skip]
Parallel worker's stdout is captured as the control protocol.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5286
-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