tasks/ci.rake in puppet-3.4.2 vs tasks/ci.rake in puppet-3.4.3
- old
+ new
@@ -2,10 +2,10 @@
require 'time'
namespace "ci" do
task :spec do
ENV["LOG_SPEC_ORDER"] = "true"
- sh %{rspec -r yarjuf -f JUnit -o result.xml -fd spec}
+ sh %{rspec -r yarjuf -f JUnit -o result.xml -fp spec}
end
desc "Tar up the acceptance/ directory so that package test runs have tests to run against."
task :acceptance_artifacts => :tag_creator do
Dir.chdir("acceptance") do