Keep generated files on integration tests failure

pull/3236/head
elsid 6 months ago
parent 9006a8fad0
commit eb6dc6e6b0
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -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…
Cancel
Save