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

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 16 06:30:58 PDT 2009


Revision: 939
          http://trac.macosforge.org/projects/ruby/changeset/939
Author:   eloy.de.enige at gmail.com
Date:     2009-03-16 06:30:57 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------
Debugging load paths from mspec.

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

Modified: MacRuby/branches/experimental/Rakefile
===================================================================
--- MacRuby/branches/experimental/Rakefile	2009-03-16 12:51:13 UTC (rev 938)
+++ MacRuby/branches/experimental/Rakefile	2009-03-16 13:30:57 UTC (rev 939)
@@ -691,7 +691,12 @@
 namespace :spec do
   desc "Run continuous integration examples for Ruby 1.9 including stdlib"
   task :ci do
-    sh "./mspec/bin/mspec ci -t ./miniruby -B spec/frozen/macruby.mspec"
+    #sh "./mspec/bin/mspec ci -t ./miniruby -B spec/frozen/macruby.mspec"
+    
+    # TODO: Still fails at another require statment.
+    # It seems to spawns yet another process which also needs the proper laod path.
+    # Anyways load paths are currently broken on roxor. Will find out a tmp workaround tonight.
+    sh "./miniruby -v -I./mspec/lib ./mspec/bin/mspec-ci -B spec/frozen/macruby.mspec"
   end
 end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090316/a459284f/attachment.html>


More information about the macruby-changes mailing list