提交 98f50607 编写于 作者: J Jeremy Kemper

Axe excess backtracery.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7770 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 8d7eb308
......@@ -40,17 +40,15 @@ end
desc 'Test all units and functionals'
task :test do
%w(test:units test:functionals test:integration).collect do |task|
errors = %w(test:units test:functionals test:integration).collect do |task|
begin
Rake::Task[task].invoke
nil
rescue => e
e unless e.message.starts_with?('Command failed with status (1)')
task
end
end.compact.each do |e|
puts e
puts " #{e.backtrace * " \n"}"
end
end.compact
puts "Errors running #{errors.to_sentence}!" if errors.any?
end
namespace :test do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册