Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 17bc05bc4cc8fb4a81bde09b5c4ca270bd1804f1)
+++ tests/pybin/tools.py	(revision c2051e106b97c83b3809b5b85c34a13861991d58)
@@ -328,11 +328,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"))
 
