We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a115924 commit 6276984Copy full SHA for 6276984
Rakefile
@@ -65,7 +65,7 @@ namespace :test do
65
puts "Running tests against hiredis v#{Hiredis::VERSION}"
66
67
Cutest.run(Dir["./test/**/*_test.rb"])
68
- rescue
+ rescue LoadError
69
puts "Skipping tests against hiredis"
70
end
71
@@ -87,9 +87,7 @@ namespace :test do
87
88
threaded_tests = ['./test/thread_safety_test.rb']
89
Cutest.run(Dir['./test/**/*_test.rb'] - threaded_tests)
90
- rescue Exception => e
91
- puts e
92
- puts e.backtrace.join("\n")
93
puts "Skipping tests against em-synchrony"
94
95
0 commit comments