File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,17 +88,17 @@ def maybe_upload_cobertura_site():
8888 print 'rsync-ing cobertura site to %s:%s...' % (
8989 cobertura_server ,
9090 cobertura_directory )
91- execute ('rsync -avz scratch /cobertura-history %s:%s' % (
91+ execute ('rsync -avz testing /cobertura-history %s:%s' % (
9292 cobertura_server ,
9393 cobertura_directory ))
9494
9595def save_cobertura_site ():
9696 '''Save cobertura site folders by date'''
9797
98- execute ('mkdir -p scratch /cobertura-history' )
98+ execute ('mkdir -p testing /cobertura-history' )
9999 today = datetime .date .today ()
100- execute ('cp -r driver-core/target/site/cobertura scratch /cobertura-history/cobertura-%s' % today )
101- execute ('cp -r driver-core/target/site/cobertura scratch /cobertura-history/current' )
100+ execute ('cp -r driver-core/target/site/cobertura testing /cobertura-history/cobertura-%s' % today )
101+ execute ('cp -r driver-core/target/site/cobertura testing /cobertura-history/current' )
102102
103103def main ():
104104 check_path ()
You can’t perform that action at this time.
0 commit comments