public
Fork of NZKoz/koz-rails
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/eventualbuddha/koz-rails.git
Search Repo:
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
bitsweat (author)
Tue Dec 18 13:12:45 -0800 2007
commit  c2ee711703e967ccabcba32a793d7cbad0e95949
tree    147f7ed4d1311f37419b68f4b840da8198a23ee2
parent  a6401526329edeeb3e09b24eab82a9aff3f72aa7
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@
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.