1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix stupid error

This commit is contained in:
Santiago Pastorino 2010-11-17 20:06:19 -02:00
parent 884e3506d2
commit 08eee5ce20

View file

@ -51,7 +51,6 @@ task :default => %w(test test:isolated)
PROJECTS.each do |project|
system(%(cd #{project} && #{$0} #{task_name})) || errors << project
end
system(%(#{$0} #{task_name})) || errors << 'rails' if task_name == 'gem'
fail("Errors in #{errors.join(', ')}") unless errors.empty?
end
end