Skip cleanup if its not needed (when a test is skipped)
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ def single_run(test_project):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
shutil.rmtree('wheelhouse')
|
if os.path.exists('wheelhouse'):
|
||||||
|
shutil.rmtree('wheelhouse')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
Reference in New Issue
Block a user