Skip to content

Commit 3cde4ae

Browse files
Change old scratch references to testing
1 parent 1759fdc commit 3cde4ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

testing/bin/coverage

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9595
def 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

103103
def main():
104104
check_path()

0 commit comments

Comments
 (0)