Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision b05308311d934d0d8b5bd3010e77f9240dc4ca24)
+++ tests/pybin/tools.py	(revision 3c4bf050c37d1391ba25a62e7b3d185e99ef7f44)
@@ -483,5 +483,5 @@
 
 	if not os.path.isfile(core):
-		return 1, "ERR No core dump (limit soft: {} hard: {})".format(*resource.getrlimit(resource.RLIMIT_CORE))
+		return 1, "ERR No core dump, expected '{}' (limit soft: {} hard: {})".format(core, *resource.getrlimit(resource.RLIMIT_CORE))
 
 	try:
