mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
rsync didn't actually fail for coverage
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@804 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
a321cb6e13
commit
ffa6a0607f
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -215,7 +215,7 @@ namespace :site do
|
|||
|
||||
desc "Upload the coverage report"
|
||||
task :coverage => [:rcov] do
|
||||
sh "rsync -azv --no-perms --no-times test/coverage/* rubyforge.org:/var/www/gforge-projects/mongrel/coverage/"
|
||||
sh "rsync -azv --no-perms --no-times test/coverage/* rubyforge.org:/var/www/gforge-projects/mongrel/coverage/" rescue nil
|
||||
end
|
||||
|
||||
desc "Upload the website, the rdocs, and the coverage report"
|
||||
|
|
Loading…
Reference in a new issue