1
0
Fork 0
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:
evanweaver 2007-10-27 09:24:11 +00:00
parent a321cb6e13
commit ffa6a0607f

View file

@ -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"