From 10873dfc9f1990ae2e8fb414a0422a1afe22baba Mon Sep 17 00:00:00 2001 From: Yatsishin Ilya <2159081+qoega@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:28:20 +0000 Subject: [PATCH] succeess --- tests/ci/sqlancer_check.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/ci/sqlancer_check.py b/tests/ci/sqlancer_check.py index 6c3ebe4d7f8..51c95e50746 100644 --- a/tests/ci/sqlancer_check.py +++ b/tests/ci/sqlancer_check.py @@ -136,7 +136,7 @@ if __name__ == "__main__": s3_helper = S3Helper() report_url = GITHUB_RUN_URL - status = "succeess" + status = "success" test_results = [] # Try to get status message saved by the SQLancer try: @@ -189,6 +189,5 @@ if __name__ == "__main__": ch_helper.insert_events_into(db="default", table="checks", events=prepared_events) - logging.info("Result: '%s', '%s', '%s'", status, description, report_url) - print(f"::notice ::Report url: {report_url}") + print(f"::notice Result: '{status}', '{description}', '{report_url}'") post_commit_status(gh, pr_info.sha, check_name, description, status, report_url)