Fix remote coverage execution

This commit is contained in:
Dmitry Trofimov
2016-10-09 18:57:36 +02:00
parent 86f8185f00
commit 31aa44ef33

View File

@@ -24,7 +24,7 @@ if os.getenv('CREATE_TEMP_COVERAGE_FILE'):
print(line%(coverage_file + ".coverage", new_cov_file + ".coverage"))
print(line%(coverage_file + '.syspath.txt', new_cov_file + '.syspath.txt'))
print(line%(coverage_file + '.xml', new_cov_file + '.xml'))
coverage_file = new_cov_file + ".cov"
coverage_file = new_cov_file
if coverage_file:
os.environ['COVERAGE_FILE'] = coverage_file + ".coverage"