summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--[-rwxr-xr-x]tools/regression_tester.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression_tester.py b/tools/regression_tester.py
index fb7694729c..0dce224b01 100755..100644
--- a/tools/regression_tester.py
+++ b/tools/regression_tester.py
@@ -62,8 +62,8 @@ def main():
original_branch = run("git rev-parse --abbrev-ref HEAD")
run("git review -d %s" % options.review)
else:
- print ("no gerrit review number specified, running on latest commit"
- "on current branch.")
+ print("no gerrit review number specified, running on latest commit"
+ "on current branch.")
test_works = False