[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:46 UTC 2009
The following commit has been merged in the master branch:
commit 31ec3e64f3acaec36f3bddc6078f6ddd0d7efbf7
Author: James Turnbull <james at lovedthanlost.net>
Date: Wed Nov 26 20:29:33 2008 +1100
Adjusted CI tasks exit codes
diff --git a/Rakefile b/Rakefile
index f6fee2c..f9e349a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -163,12 +163,12 @@ namespace :ci do
desc "Run CI Unit tests"
task :unit => [:prep, 'ci:setup:testunit'] do
- sh "cd test; rake test"
+ sh "cd test; rake test; exit 0"
end
desc "Run CI RSpec tests"
task :spec => [:prep, 'ci:setup:rspec'] do
- sh "cd spec; rake all"
+ sh "cd spec; rake all; exit 0"
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list