From 4e9e35f3bd17a8f110ae1d3b40c8fbe04700120a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 13 May 2020 12:10:25 -0700 Subject: interpreterbase: Allow passing an extra message in feature/deprecation warnings The intended use it to tell people the new thing to do. --- run_project_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index 18731d65a..bcfe05cea 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -417,6 +417,7 @@ 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) -- cgit v1.2.3