Changeset 3b36262 in trunk
- Timestamp:
- 2019-08-07T18:39:29Z (6 years ago)
- Branches:
- master
- Children:
- 113c0a6
- Parents:
- 8e4b052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/scripts/runner.py ¶
r8e4b052 r3b36262 212 212 return 213 213 214 # this doesn't change the shell's notion of the environment, but 215 # it makes the test in process_startup() succeed, which is the 216 # goal here. 214 217 os.environ["COVERAGE_PROCESS_START"] = '.coveragerc' 218 215 219 # maybe-start the global coverage, unless it already got started 216 220 cov = coverage.process_startup() … … 218 222 cov = coverage.process_startup.coverage 219 223 220 def write_coverage_data( *args, **kw):224 def write_coverage_data(): 221 225 """ 222 226 Make sure that coverage has stopped; internally, it depends on
Note: See TracChangeset
for help on using the changeset viewer.