Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision dcfedca2ab0d1ebb192a77d365a82ec5bcb91edf)
+++ tests/pybin/tools.py	(revision 4c51acab38fa84dddeaa94a4e5a4e099ed935554)
@@ -311,11 +311,12 @@
 
 def core_archive(dst, name, exe):
-	# Get the files to copy
+	# Get the core dump
 	core = os.path.join(os.getcwd(), "core" )
 
-	# Uncomment if we want timestamps on coredumps
-	# dst  = os.path.join(dst, "%s_%s" % (name, pretty_now()))
+	# update the path for this test
+	dst  = os.path.join(dst, name)
 
 	# make a directory for this test
+	# mkdir makes the parent directory only so add a dummy
 	mkdir(os.path.join(dst, "dir"))
 
