Skip to content

Commit 0fefe64

Browse files
committed
verbose = true
1 parent d95a129 commit 0fefe64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ test_config = lambda do |t|
2525
t.test_files = FileList["test/**/*_test.rb"].reject do |path|
2626
path =~ %r{test/stdlib/}
2727
end
28-
if defined?(RubyMemcheck)
29-
if t.is_a?(RubyMemcheck::TestTask)
28+
# if defined?(RubyMemcheck)
29+
# if t.is_a?(RubyMemcheck::TestTask)
3030
t.verbose = true
3131
t.options = '-v'
32-
end
33-
end
32+
# end
33+
# end
3434
end
3535

3636
Rake::TestTask.new(test: :compile, &test_config)

0 commit comments

Comments
 (0)