[macruby-changes] [1303] MacRuby/branches/experimental/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 3 06:37:56 PDT 2009


Revision: 1303
          http://trac.macosforge.org/projects/ruby/changeset/1303
Author:   eloy.de.enige at gmail.com
Date:     2009-04-03 06:37:55 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
Unbreak the rake test_vm task.

Modified Paths:
--------------
    MacRuby/branches/experimental/Rakefile

Modified: MacRuby/branches/experimental/Rakefile
===================================================================
--- MacRuby/branches/experimental/Rakefile	2009-04-03 13:08:14 UTC (rev 1302)
+++ MacRuby/branches/experimental/Rakefile	2009-04-03 13:37:55 UTC (rev 1303)
@@ -25,7 +25,7 @@
 # suite, though.
 desc "Run the VM regression test suite"
 task :test_vm do
-  sh "/usr/bin/ruby test_roxor.rb"
+  sh "/usr/bin/ruby test-vm.rb"
 end
 =begin
 desc "Run the sample tests"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090403/2f2f0ff0/attachment.html>


More information about the macruby-changes mailing list