Actions
Bug #3857
closedOpenSSL::TestUtils.silent が $VERBOSE を戻していない
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
-
end$VERBOSE = back
end
end
=end
Updated by znz (Kazuhiro NISHIYAMA) about 14 years ago
- Status changed from Open to Closed
=begin
r29317
=end
Actions
Like0
Like0