[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda

James Turnbull james at lovedthanlost.net
Fri Jan 29 17:22:13 UTC 2010


The following commit has been merged in the upstream branch:
commit c754949993e22095912930211d3b5411e34bf1dc
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Mar 4 19:41:05 2009 +1100

    Fix for rake task for reductive-build library

diff --git a/tasks/rake/reductive.rb b/tasks/rake/reductive.rb
index ea7072b..0896393 100644
--- a/tasks/rake/reductive.rb
+++ b/tasks/rake/reductive.rb
@@ -455,10 +455,10 @@ class Rake::RedLabProject < Rake::TaskLib
 
     desc "Run all unit tests."
     task :alltests do
-        if FileTest.exists?("test/Rakefile")
-            sh %{cd test; rake}
+        if FileTest.exists?("spec/Rakefile")
+            sh %{cd spec; rake}
         else
-            Dir.chdir("test") do
+            Dir.chdir("spec") do
                 Dir.entries(".").find_all { |f| f =~ /\.rb/ }.each do |f|
                     sh %{ruby #{f}}
                 end

-- 
Packaging of Facter for debian



More information about the Pkg-puppet-devel mailing list