[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:43 UTC 2009


The following commit has been merged in the master branch:
commit a3140b2285d3cb3ccc44efa2110da58771834cde
Author: Luke Kanies <luke at madstop.com>
Date:   Mon Nov 24 11:16:12 2008 -0600

    Manually setting an env var to mark autotest enabled so we see color
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/autotest/puppet_rspec.rb b/autotest/puppet_rspec.rb
index f50e6f1..c19c294 100644
--- a/autotest/puppet_rspec.rb
+++ b/autotest/puppet_rspec.rb
@@ -45,6 +45,7 @@ end
 # a place for overrides when necessary.
 class Autotest::PuppetRspec < Autotest::Rspec
     def spec_commands
+        ENV["AUTOTEST"] = "true"
         ENV["PATH"].split(":").collect { |dir| File.join(dir, "spec") }
     end
 end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list