[macruby-changes] [1570] MacRuby/branches/experimental/rakelib/spec.rake

source_changes at macosforge.org source_changes at macosforge.org
Tue May 12 02:43:59 PDT 2009


Revision: 1570
          http://trac.macosforge.org/projects/ruby/changeset/1570
Author:   eloy.de.enige at gmail.com
Date:     2009-05-12 02:43:57 -0700 (Tue, 12 May 2009)
Log Message:
-----------
Make debugging passing specs which are tagged as fails more easy by printing the specs.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-05-12 09:18:50 UTC (rev 1569)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-05-12 09:43:57 UTC (rev 1570)
@@ -95,7 +95,7 @@
   
   desc "Run language examples that are known to fail"
   task :fails do
-    sh "./mspec/bin/mspec run -g fails -B #{MACRUBY_MSPEC} spec/frozen/language"
+    sh "./mspec/bin/mspec run -V -f s -g fails -B #{MACRUBY_MSPEC} spec/frozen/language"
   end
   
   %w{ fails critical }.each do |tag|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090512/35731857/attachment-0001.html>


More information about the macruby-changes mailing list