[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08
James Turnbull
james at lovedthanlost.net
Fri Jan 15 09:07:12 UTC 2010
The following commit has been merged in the upstream branch:
commit 74a877e43d2113c5f60b08d998972e0722e63194
Author: Markus Roberts <Markus at reality.com>
Date: Sat Nov 14 10:55:05 2009 -0800
Minimal fix for #2821 ("rake spec" is needlessly slow)
At some point someone may want to get the coverage tests working, but
the coordinates of that point is are not (now,me). This patch just
comments out the rcov and stops the time consuming trailing stack
trace generation.
Signed-off-by: Markus Roberts <Markus at reality.com>
diff --git a/Rakefile b/Rakefile
index 67d5ef4..9c7e619 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,13 +41,14 @@ task :spec do
require 'spec'
require 'spec/rake/spectask'
begin
- require 'rcov'
+# require 'rcov'
rescue LoadError
end
Spec::Rake::SpecTask.new do |t|
t.spec_opts = ['--format','s', '--loadby','mtime']
t.spec_files = FileList['spec/**/*.rb']
+ t.fail_on_error = false
if defined?(Rcov)
t.rcov = true
t.rcov_opts = ['--exclude', 'spec/*,test/*,results/*,/usr/lib/*,/usr/local/lib/*']
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list