mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04: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 entry.is_dir():
|
||||||
if not runTest(entry.name):
|
if not runTest(entry.name):
|
||||||
status = -1
|
status = -1
|
||||||
shutil.rmtree(config_dir, ignore_errors=True)
|
if status == 0:
|
||||||
shutil.rmtree(userdata_dir, ignore_errors=True)
|
shutil.rmtree(config_dir, ignore_errors=True)
|
||||||
|
shutil.rmtree(userdata_dir, ignore_errors=True)
|
||||||
exit(status)
|
exit(status)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user