summaryrefslogtreecommitdiffstats
path: root/lldb/test/redo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/redo.py')
-rwxr-xr-xlldb/test/redo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/redo.py b/lldb/test/redo.py
index 65dcaa8d552..e4eba8b2786 100755
--- a/lldb/test/redo.py
+++ b/lldb/test/redo.py
@@ -90,7 +90,7 @@ def redo(suffix, dir, names):
for name in names:
if name.endswith(suffix):
- #print "Find a log file:", name
+ #print("Find a log file:", name)
if name.startswith("Error") or name.startswith("Failure"):
if filename_components:
if not all([comp in name for comp in filename_components]):
@@ -166,7 +166,7 @@ def main():
print("No default session directory found, please specify it explicitly.")
usage()
- #print "The test directory:", test_dir
+ #print("The test directory:", test_dir)
session_dir_path = where(session_dir, test_dir)
print("Using session dir path:", session_dir_path)
OpenPOWER on IntegriCloud