[Lldb-commits] [lldb] r106913 - /lldb/trunk/test/dotest.py

Johnny Chen johnny.chen at apple.com
Fri Jun 25 16:34:17 PDT 2010


Author: johnny
Date: Fri Jun 25 18:34:17 2010
New Revision: 106913

URL: http://llvm.org/viewvc/llvm-project?rev=106913&view=rev
Log:
Removed debug print statements.

Modified:
    lldb/trunk/test/dotest.py

Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=106913&r1=106912&r2=106913&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Fri Jun 25 18:34:17 2010
@@ -72,7 +72,6 @@
         sys.exit(-1)
 
     sys.path.append(lldbPath)
-    #print 'sys.path =', sys.path
 
 
 def initTestdirs():
@@ -101,8 +100,6 @@
         if len(sys.argv) > index:
             testdirs = map(os.path.abspath, sys.argv[index:])
 
-    #print "testdirs =", testdirs
-
 
 def visit(prefix, dir, names):
     """Visitor function for os.path.walk(path, visit, arg)."""
@@ -131,6 +128,4 @@
     os.path.walk(testdir, visit, 'Test')
 
 # Now that we have loaded all the test cases, run the whole test suite.
-#print "test suite =", suite
-#print "verbose =", verbose
 unittest.TextTestRunner(verbosity=verbose).run(suite)





More information about the lldb-commits mailing list