mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
better debugging
This commit is contained in:
parent
87de543df7
commit
67f6128404
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user