public
Fork of rails/rails
Description: Fork of Ruby on Rails for contributing patches.
Homepage: http://rubyonrails.org
Clone URL: git://github.com/seven1m/rails.git
Toplevel test task uses the same rake it was invoked with


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8432 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jeremy (author)
Tue Dec 18 13:12:45 -0800 2007
commit  2bdac92dcf8caf9e2b45796f8af56da6a293d722
tree    147f7ed4d1311f37419b68f4b840da8198a23ee2
parent  ab9e4c0eaacba34c9f1d16cf34c82e0e906edad5
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ task :default => :test
0
   desc "Run #{task_name} task for all projects"
0
   task task_name do
0
     PROJECTS.each do |project|
0
- system %(cd #{project} && #{env} rake #{task_name})
0
+ system %(cd #{project} && #{env} #{$0} #{task_name})
0
     end
0
   end
0
 end

Comments

    No one has commented yet.