Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8432 for trunk/Rakefile

Show
Ignore:
Timestamp:
12/18/07 21:12:45 (9 months ago)
Author:
bitsweat
Message:

Toplevel test task uses the same rake it was invoked with

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r8427 r8432  
    1616  task task_name do 
    1717    PROJECTS.each do |project| 
    18       system %(cd #{project} && #{env} rake #{task_name}) 
     18      system %(cd #{project} && #{env} #{$0} #{task_name}) 
    1919    end 
    2020  end