[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Paul Berry
paul at puppetlabs.com
Tue May 10 08:02:03 UTC 2011
The following commit has been merged in the experimental branch:
commit b089392f988eaa7eed098751596bb12a846d447b
Author: Paul Berry <paul at puppetlabs.com>
Date: Thu Nov 18 11:43:34 2010 -0800
Maint: Modified "rake spec" so that it prints full backtraces.
diff --git a/Rakefile b/Rakefile
index 8e21ceb..22d4a9a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ desc "Create the tarball and the gem - use when releasing"
task :puppetpackages => [:create_gem, :package]
Spec::Rake::SpecTask.new do |t|
- t.spec_opts = ['--format','s', '--loadby','mtime','--color']
+ t.spec_opts = ['--format','s', '--loadby','mtime','--color', '--backtrace']
t.pattern ='spec/{unit,integration}/**/*.rb'
t.fail_on_error = false
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list