[Lldb-commits] [lldb] r106510 - /lldb/trunk/test/tester.py

Johnny Chen johnny.chen at apple.com
Mon Jun 21 17:13:20 PDT 2010


Author: johnny
Date: Mon Jun 21 19:13:20 2010
New Revision: 106510

URL: http://llvm.org/viewvc/llvm-project?rev=106510&view=rev
Log:
Left a debug statement in the previous checkin.

Modified:
    lldb/trunk/test/tester.py

Modified: lldb/trunk/test/tester.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tester.py?rev=106510&r1=106509&r2=106510&view=diff
==============================================================================
--- lldb/trunk/test/tester.py (original)
+++ lldb/trunk/test/tester.py Mon Jun 21 19:13:20 2010
@@ -5,7 +5,6 @@
 
 def setupSysPath():
   testPath = sys.path[0]
-  print "sys.path[0] =", testPath
   rem = re.match("(^.*/)test$", testPath)
   if not rem:
     print "This script expects to reside in .../test."





More information about the lldb-commits mailing list