소스 검색

Merge pull request #8916 from apolcyn/turn_on_thread_fails_on_ruby_unit_tests

turn on Thread.abort_on_exception in ruby unit tests by default
apolcyn 8 년 전
부모
커밋
58e120c46a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/ruby/spec/spec_helper.rb

+ 2 - 0
src/ruby/spec/spec_helper.rb

@@ -67,3 +67,5 @@ RSpec.configure do |config|
 end
 
 RSpec::Expectations.configuration.warn_about_potential_false_positives = false
+
+Thread.abort_on_exception = true