remove extracting dirs before testing

This commit is contained in:
Yifan J
2011-08-19 12:27:38 +08:00
parent a004ca1eac
commit 53e29896af

View File

@@ -346,6 +346,8 @@ def uninstall():
def init_testing():
logger.info("Initializing ...")
post_testing()
if not os.path.exists(DOWNLOAD_DIR):
os.mkdir(DOWNLOAD_DIR)