From 67f6128404e06a78110dce5d764ac047cccce221 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Thu, 10 Mar 2011 12:01:16 -0500 Subject: [PATCH] better debugging --- buildscripts/smoke.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index 05013f2b664..22ed0e54daa 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -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()