You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.230
Former-commit-id: 9450812e31c8497fd04ad7836f3d6737a66e3d3e
This commit is contained in:
parent
724bdae0c1
commit
f18ba2cf19
3
external/helix-binaries/xunit-reporter.py
vendored
3
external/helix-binaries/xunit-reporter.py
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user