[macruby-changes] [2657] MacRuby/trunk/rakelib/spec.rake
source_changes at macosforge.org
source_changes at macosforge.org
Sun Sep 27 02:56:21 PDT 2009
Revision: 2657
http://trac.macosforge.org/projects/ruby/changeset/2657
Author: mattaimonetti at gmail.com
Date: 2009-09-27 02:56:20 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
added rake spec:ci:stats to run the specs and get the stats report.
Modified Paths:
--------------
MacRuby/trunk/rakelib/spec.rake
Modified: MacRuby/trunk/rakelib/spec.rake
===================================================================
--- MacRuby/trunk/rakelib/spec.rake 2009-09-27 09:56:18 UTC (rev 2656)
+++ MacRuby/trunk/rakelib/spec.rake 2009-09-27 09:56:20 UTC (rev 2657)
@@ -6,11 +6,18 @@
sh "./mspec/bin/mspec #{type} #{DEFAULT_OPTIONS} #{ENV['opts']} #{options}"
end
- desc "Run continuous integration language examples (all known good examples)"
+ desc "Run all continuous integration examples (all known good examples)"
task :ci do
mspec :ci, ":full"
end
+ namespace :ci do
+ desc "Run all continuous integration examples and report the stats (all known good examples)"
+ task :stats do
+ mspec :ci, ":full -f macruby"
+ end
+ end
+
desc "Run continuous integration language examples (all known good examples) (32 bit mode)"
task :ci32 do
sh "/usr/bin/arch -arch i386 ./miniruby ./mspec/bin/mspec-ci #{DEFAULT_OPTIONS} :full"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090927/50764a46/attachment-0001.html>
More information about the macruby-changes
mailing list