]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Improve pytest message when sanitizer report is found
authorTom Krizek <tkrizek@isc.org>
Wed, 9 Aug 2023 15:49:27 +0000 (17:49 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 13:12:53 +0000 (15:12 +0200)
bin/tests/system/conftest.py

index f8c7e9c9e57249778ab1246c96d2aae7ded99865..29799266e40c6575e79b12e45da743cea7320f39 100644 (file)
@@ -587,7 +587,7 @@ else:
             try:
                 shell("get_core_dumps.sh", [system_test_dir.name])
             except subprocess.CalledProcessError as exc:
-                mlogger.error("Found core dumps")
+                mlogger.error("Found core dumps or sanitizer reports")
                 pytest.fail(f"get_core_dumps.sh exited with {exc.returncode}")
 
         os.environ.update(env)  # Ensure pytests have the same env vars as shell tests.