Enable warnings in test:pooled_threading
This commit is contained in:
parent
c6491461bc
commit
cf6e7e8634
1
Rakefile
1
Rakefile
|
@ -95,6 +95,7 @@ namespace :test do
|
||||||
Rake::TestTask.new(:pooled_threading) do |t|
|
Rake::TestTask.new(:pooled_threading) do |t|
|
||||||
t.test_files = FileList['test/threading/*_test.rb']
|
t.test_files = FileList['test/threading/*_test.rb']
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
|
t.ruby_opts << '-w'
|
||||||
end
|
end
|
||||||
|
|
||||||
Rake::TestTask.new(:auto_reconnect) do |t|
|
Rake::TestTask.new(:auto_reconnect) do |t|
|
||||||
|
|
Loading…
Reference in New Issue