mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #47213 from dwoz/py3win
Fix coverage on py3 windows builds
This commit is contained in:
commit
976f031170
@ -175,7 +175,7 @@ class SaltCoverageTestingParser(SaltTestingParser):
|
||||
# Update environ so that any subprocess started on tests are also
|
||||
# included in the report
|
||||
coverage_options['data_suffix'] = True
|
||||
os.environ['COVERAGE_PROCESS_START'] = '1'
|
||||
os.environ['COVERAGE_PROCESS_START'] = ''
|
||||
os.environ['COVERAGE_OPTIONS'] = json.dumps(coverage_options)
|
||||
|
||||
# Setup coverage
|
||||
|
Loading…
Reference in New Issue
Block a user