summaryrefslogtreecommitdiffstats
path: root/lldb/test/tester.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tester.py')
-rwxr-xr-xlldb/test/tester.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/tester.py b/lldb/test/tester.py
index 8e6c3551899..be3814afa57 100755
--- a/lldb/test/tester.py
+++ b/lldb/test/tester.py
@@ -5,7 +5,6 @@ import math, os.path, re, sys, time, unittest
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."
OpenPOWER on IntegriCloud