diff --git a/tools/test_pr.py b/tools/test_pr.py index 62c5574..e17cbfc 100755 --- a/tools/test_pr.py +++ b/tools/test_pr.py @@ -247,7 +247,7 @@ def test_pr(num, post_results=True): testrun.print_results() if post_results: - results_urls = testrun.post_logs + testrun.post_logs() testrun.post_results_comment() print("(Posted to Github)") else: