Changeset 904

Show
Ignore:
Timestamp:
12/15/07 00:25:53 (8 months ago)
Author:
evanweaver
Message:

make in-process Java tester use the default task (5247 was a partial revert only)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r900 r904  
    7070  begin 
    7171    JRuby.runtime.instance_config.run_ruby_in_process = false 
    72     Rake::Task[:test_local].invoke 
     72    Rake::Task[:test].invoke 
    7373  ensure 
    7474    JRuby.runtime.instance_config.run_ruby_in_process = save