Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 172a88dde8e029b28393f7e8638a221601b50f35)
+++ tests/pybin/tools.py	(revision 4c26a94d031fbbf46a74fc039b681fdc1b89097b)
@@ -374,5 +374,5 @@
 
 	if not os.path.isfile(core):
-		return 1, "ERR No core dump"
+		return 1, "ERR No core dump (limit soft: {} hard: {})".format(resource.getrlimit(resource.RLIMIT_CORE))
 
 	try:
