Skip to content

Commit

Permalink
Toplevel test task uses the same rake it was invoked with
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8432 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Dec 18, 2007
1 parent ab9e4c0 commit 2bdac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task :default => :test
desc "Run #{task_name} task for all projects"
task task_name do
PROJECTS.each do |project|
system %(cd #{project} && #{env} rake #{task_name})
system %(cd #{project} && #{env} #{$0} #{task_name})
end
end
end

0 comments on commit 2bdac92

Please sign in to comment.