mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2017.7' into vbox-skd-fix
This commit is contained in:
commit
5de53139cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue