Home
last modified time | relevance | path

Searched refs:clean_up (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_outfile.py227 for clean_up in os.listdir(os.path.join(out_path)):
228 if not clean_up.endswith(package_name):
229 clean_up_path = os.path.join(out_path, clean_up)
233 shutil.rmtree(os.path.join(out_path, clean_up))