Changeset 3b36262 in trunk


Ignore:
Timestamp:
2019-08-07T18:39:29Z (6 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
113c0a6
Parents:
8e4b052
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/scripts/runner.py

    r8e4b052 r3b36262  
    212212        return
    213213
     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.
    214217    os.environ["COVERAGE_PROCESS_START"] = '.coveragerc'
     218
    215219    # maybe-start the global coverage, unless it already got started
    216220    cov = coverage.process_startup()
     
    218222        cov = coverage.process_startup.coverage
    219223
    220     def write_coverage_data(*args, **kw):
     224    def write_coverage_data():
    221225        """
    222226        Make sure that coverage has stopped; internally, it depends on
Note: See TracChangeset for help on using the changeset viewer.