0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00

better debugging

This commit is contained in:
Eliot Horowitz 2011-03-10 12:01:16 -05:00
parent 87de543df7
commit 67f6128404

View File

@ -269,6 +269,8 @@ def runTest(test):
"--port", mongod_port]
else:
raise Bug("fell off in extenstion case: %s" % path)
sys.stderr.write( "starting test : %s \n" % os.path.basename(path) )
sys.stderr.flush()
print " *******************************************"
print " Test : " + os.path.basename(path) + " ..."
t1 = time.time()