[macruby-changes] [1310] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 3 16:50:24 PDT 2009


Revision: 1310
          http://trac.macosforge.org/projects/ruby/changeset/1310
Author:   lsansonetti at apple.com
Date:     2009-04-03 16:50:24 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
fixed the rakefile + launcher

Modified Paths:
--------------
    MacRuby/branches/experimental/Rakefile
    MacRuby/branches/experimental/test_vm.rb

Modified: MacRuby/branches/experimental/Rakefile
===================================================================
--- MacRuby/branches/experimental/Rakefile	2009-04-03 23:49:17 UTC (rev 1309)
+++ MacRuby/branches/experimental/Rakefile	2009-04-03 23:50:24 UTC (rev 1310)
@@ -25,7 +25,7 @@
 # suite, though.
 desc "Run the VM regression test suite"
 task :test_vm do
-  sh "/usr/bin/ruby test-vm.rb"
+  sh "/usr/bin/ruby test_vm.rb"
 end
 =begin
 desc "Run the sample tests"

Modified: MacRuby/branches/experimental/test_vm.rb
===================================================================
--- MacRuby/branches/experimental/test_vm.rb	2009-04-03 23:49:17 UTC (rev 1309)
+++ MacRuby/branches/experimental/test_vm.rb	2009-04-03 23:50:24 UTC (rev 1310)
@@ -72,7 +72,7 @@
   end
 end
 
-Dir.chdir("#{File.dirname(__FILE__)}/vm-tests")
+Dir.chdir("#{File.dirname(__FILE__)}/test_vm")
 $tests = Dir.glob('*.rb').map {|filename| File.basename(filename, '.rb')}.sort
 
 $test_only = $tests if $test_only.empty?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090403/4e477deb/attachment.html>


More information about the macruby-changes mailing list