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 d95a129 commit 0fefe64Copy full SHA for 0fefe64
Rakefile
@@ -25,12 +25,12 @@ test_config = lambda do |t|
25
t.test_files = FileList["test/**/*_test.rb"].reject do |path|
26
path =~ %r{test/stdlib/}
27
end
28
- if defined?(RubyMemcheck)
29
- if t.is_a?(RubyMemcheck::TestTask)
+ # if defined?(RubyMemcheck)
+ # if t.is_a?(RubyMemcheck::TestTask)
30
t.verbose = true
31
t.options = '-v'
32
- end
33
+ # end
34
35
36
Rake::TestTask.new(test: :compile, &test_config)
0 commit comments