diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 9294198ba1..31ad1174e9 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -581,6 +581,7 @@ else: perl("stop.pl", [system_test_dir.name]) except subprocess.CalledProcessError as exc: mlogger.error("Failed to stop servers") + get_core_dumps() pytest.fail(f"stop.pl exited with {exc.returncode}") def get_core_dumps():