We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b3e2 commit 7d2f224Copy full SHA for 7d2f224
tasks/testing.rake
@@ -66,7 +66,6 @@ namespace :test do
66
Rake::TestTask.new(suite.to_sym) do |t|
67
t.test_files = FileList["test/#{suite}/*_test.rb"]
68
t.libs << 'test'
69
- t.ruby_opts.concat ['-J-d32', '-J-client'] if RUBY_PLATFORM =~ /java/
70
end
71
72
@@ -77,7 +76,6 @@ namespace :test do
77
76
'test/replica_set/read_preference_test.rb'
78
]
79
80
81
#t.verbose = true
82
#t.options = '-v'
83
@@ -88,7 +86,6 @@ namespace :test do
88
86
"test/functional/grid_test.rb"
89
87
90
91
92
93
94
desc "Runs test cleanup"
0 commit comments