Imported Upstream version 6.0.0.230

Former-commit-id: 9450812e31c8497fd04ad7836f3d6737a66e3d3e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-05-10 08:53:12 +00:00
parent 724bdae0c1
commit f18ba2cf19
49 changed files with 56 additions and 46 deletions

View File

@@ -2,7 +2,6 @@
import re
import os
import urlparse
import helix.azure_storage
import helix.event
import helix.settings
@@ -72,7 +71,7 @@ def main():
log.info("Uploading results from {}".format(results_path))
with file(results_path) as result_file:
with open(results_path) as result_file:
test_count = 0
total_regex = re.compile(r'total="(\d+)"')
for line in result_file: