提交 ca2f2d18 编写于 作者: J Joshua Peek

Turn warnings on for AS isolated tests

上级 87c93da4
......@@ -24,7 +24,7 @@ Rake::TestTask.new { |t|
task :isolated_test do
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
Dir['test/**/*_test.rb'].all? do |file|
system(ruby, '-Ilib:test', file)
system(ruby, '-w', '-Ilib:test', file)
end or raise "Failures"
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册