[macruby-changes] [1929] MacRuby/branches/experimental/test_vm.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 25 11:09:46 PDT 2009


Revision: 1929
          http://trac.macosforge.org/projects/ruby/changeset/1929
Author:   lsansonetti at apple.com
Date:     2009-06-25 11:09:46 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
when loading a test file, append ./ this way it won't conflict with a stdlib file with the same name

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

Modified: MacRuby/branches/experimental/test_vm.rb
===================================================================
--- MacRuby/branches/experimental/test_vm.rb	2009-06-25 18:09:07 UTC (rev 1928)
+++ MacRuby/branches/experimental/test_vm.rb	2009-06-25 18:09:46 UTC (rev 1929)
@@ -79,7 +79,7 @@
 $test_only.each do |what|
   print "#{what} "
   $stdout.flush
-  load "#{what}.rb"
+  load "./#{what}.rb"
   puts
 end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090625/56564af1/attachment.html>


More information about the macruby-changes mailing list