On Wed, Feb 27, 2008 at 4:56 PM, Chad Woolley <[EMAIL PROTECTED]> wrote: > Here's what we do: > execute "time rake spec --trace"
Or you can just use FileUtils::sh() instead of system(). The only catch is that sh() prints out the command before executing it. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com] _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
