mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
Keep generated files on integration tests failure
This commit is contained in:
parent
9006a8fad0
commit
eb6dc6e6b0
@ -129,6 +129,7 @@ for entry in tests_dir.glob("test_*"):
|
||||
if entry.is_dir():
|
||||
if not runTest(entry.name):
|
||||
status = -1
|
||||
shutil.rmtree(config_dir, ignore_errors=True)
|
||||
shutil.rmtree(userdata_dir, ignore_errors=True)
|
||||
if status == 0:
|
||||
shutil.rmtree(config_dir, ignore_errors=True)
|
||||
shutil.rmtree(userdata_dir, ignore_errors=True)
|
||||
exit(status)
|
||||
|
Loading…
x
Reference in New Issue
Block a user