From 4d8d8c9d4908a28e22c3182e27eac0e397e23833 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Sun, 14 Nov 2021 02:35:03 +0900 Subject: test/io/console/test_io_console.rb: dump debug output to stderr make test-all in parallel mode seems to hide stdout --- test/io/console/test_io_console.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 00727a14b4..d79ad1a084 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -10,7 +10,8 @@ class TestIO_Console < Test::Unit::TestCase begin PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|\.rb|/\w+\.rb)\z") {$`} rescue Encoding::CompatibilityError - p $LOADED_FEATURES + $stderr.puts "test_io_console.rb debug" + $stderr.puts $LOADED_FEATURES.inspect raise end PATHS.uniq! -- cgit v1.2.3