Skip to content

Commit

Permalink
Fix name of jenkins rerun file
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Sep 12, 2014
1 parent 973cc41 commit 0b7151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Cucumber::Rake::Task.new(:jenkins_all, 'Run all tests for Jenkins CI') do |t|
t.cucumber_opts = "features/*.feature
--format html --out=results/jenkins-all-report-#{Time.now.strftime("%Y-%m-%d-%H-%M-%S")}.html
--format pretty --no-source
--format rerun --out results/jenkins-all regression-rerun.txt
--format rerun --out results/jenkins-rerun.txt
--tag @regression
'HEADLESS=true'"
end
Expand Down

0 comments on commit 0b7151e

Please sign in to comment.