Project

General

Profile

Actions

Bug #3857

closed

OpenSSL::TestUtils.silent が $VERBOSE を戻していない

Added by znz (Kazuhiro NISHIYAMA) over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2010-09-22 trunk 29315) [i686-linux]
Backport:

Description

=begin
OpenSSL::TestUtils.silent が $VERBOSE を戻していないので他のテストに影響が出ることがあったようです。
問題なさそうならコミットしておきます。

Index: test/openssl/utils.rb

--- test/openssl/utils.rb (revision 29315)
+++ test/openssl/utils.rb (working copy)
@@ -138,7 +138,7 @@
back, $VERBOSE = $VERBOSE, nil
yield
ensure

  •  $VERBOSE = back if back
    
  •  $VERBOSE = back
    
    end
    end
    end
    =end

Related issues 2 (0 open2 closed)

Related to Ruby master - Bug #3852: test_prime.rb:62が通らないClosedyugui (Yuki Sonoda)09/20/2010Actions
Related to Ruby master - Bug #3856: test_capture_io (test/minitest/test_mini_test.rb:837)が通らないClosed09/22/2010Actions
Actions #1

Updated by znz (Kazuhiro NISHIYAMA) over 13 years ago

  • Status changed from Open to Closed

=begin
r29317
=end

Actions

Also available in: Atom PDF

Like0
Like0