about summary refs log tree commit homepage
path: root/test/test_client_expire.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-10-22 18:57:56 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-22 19:19:27 +0000
commit6aa8ec217362c058d37340a8ec314e68810e99a9 (patch)
treec532f1cd82a638bdb4800c167b8fb9f645c0c9b5 /test/test_client_expire.rb
parent927b4e7a23cdf582eac9d9bf87a3403c647ad01b (diff)
downloadyahns-6aa8ec217362c058d37340a8ec314e68810e99a9.tar.gz
We should see the reason for test failures.
Diffstat (limited to 'test/test_client_expire.rb')
-rw-r--r--test/test_client_expire.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_client_expire.rb b/test/test_client_expire.rb
index 1c7b038..3a41c8e 100644
--- a/test/test_client_expire.rb
+++ b/test/test_client_expire.rb
@@ -75,9 +75,6 @@ class TestClientExpire < Testcase
       end
       io.close
     end
-  rescue => e
-    Yahns::Log.exception(Logger.new($stderr), "test", e)
-    raise
   ensure
     quit_wait(pid)
   end
@@ -123,9 +120,6 @@ class TestClientExpire < Testcase
     File.truncate(err.path, 0) # avoid error on teardown
     re = %r{consider raising open file limits} # - accept, consider raising open file limits}
     assert_equal errs.grep(re), errs
-  rescue => e
-    Yahns::Log.exception(Logger.new($stderr), "test", e)
-    raise
   ensure
     quit_wait(pid)
   end