test: clear dest dir at start of run

This commit is contained in:
2026-07-05 18:11:23 +02:00
parent 5170155112
commit 0c2364bd62
+2
View File
@@ -395,6 +395,8 @@ def main():
sys.exit(1)
generate_test_files(args.source_dir)
if os.path.exists(args.dest_dir):
shutil.rmtree(args.dest_dir)
os.makedirs(args.dest_dir, exist_ok=True)
profiles_to_run = []