Kaydet (Commit) 53e29896 authored tarafından Yifan J's avatar Yifan J

remove extracting dirs before testing

üst a004ca1e
...@@ -346,6 +346,8 @@ def uninstall(): ...@@ -346,6 +346,8 @@ def uninstall():
def init_testing(): def init_testing():
logger.info("Initializing ...") logger.info("Initializing ...")
post_testing()
if not os.path.exists(DOWNLOAD_DIR): if not os.path.exists(DOWNLOAD_DIR):
os.mkdir(DOWNLOAD_DIR) os.mkdir(DOWNLOAD_DIR)
......
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