Searched refs:covdir (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Drun.py54 covdir = tempfile.mkdtemp(prefix=".coverage-", dir=os.getcwd()) variable
92 if covdir:
94 os.chmod(covdir, 0o1777)
95 cov_file = "{0}/pkg5".format(covdir)
407 shutil.rmtree(covdir)
476 "COVERAGE_FILE": "{0}/pkg5".format(covdir)
532 os.rename("{0}/pkg5".format(covdir), ".coverage")
533 shutil.rmtree(covdir)

Completed in 17 milliseconds