[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a

Matt Robinson matt at puppetlabs.com
Thu Mar 17 10:46:24 UTC 2011


The following commit has been merged in the upstream branch:
commit b25d9e42808112c6a0a3f5c6bbe7e8a05b02a6d2
Author: Matt Robinson <matt at puppetlabs.com>
Date:   Mon Feb 14 11:28:32 2011 -0800

    maint: make rspec exit with status 1 when there are failures
    
    Hudson wasn't notifying us when there was a test failure because
    fail_on_error was set to false.  This appears to be because of a
    misconception that setting this to true caused the specs to run slower.
    That is not the case.
    
    Paired-with: Nick Lewis

diff --git a/Rakefile b/Rakefile
index 38cfec6..6cc53fe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ task :puppetpackages => [:create_gem, :package]
 
 RSpec::Core::RakeTask.new do |t|
     t.pattern ='spec/{unit,integration}/**/*.rb'
-    t.fail_on_error = false
+    t.fail_on_error = true
 end
 
 desc "Run the unit tests"

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list