Commit 411d5427 authored by Stefan Behnel's avatar Stefan Behnel

delete old test results before starting new run (even with sharding)

parent 6a2649d0
......@@ -1808,6 +1808,9 @@ def main():
coverage.erase()
coverage.start()
if options.xml_output_dir:
shutil.rmtree(options.xml_output_dir, ignore_errors=True)
if WITH_CYTHON:
global CompilationOptions, pyrex_default_options, cython_compile
from Cython.Compiler.Main import \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment