aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index bcfe05c..18731d6 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -417,7 +417,6 @@ def _compare_output(expected: T.List[T.Dict[str, str]], output: str, desc: str)
match = bool(re.match(expected, actual))
else:
match = (expected == actual)
- print(actual)
if match:
how, expected = next_expected(i)