From 0cf9f9d55b70e4b2f0833ddec6452688f5f97264 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Feb 2025 18:35:10 +0100 Subject: [PATCH] GNU test: don't generate an error if a new test passes --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index e4b524047..6986d726e 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -287,7 +287,7 @@ jobs: if ! grep ${LINE} ${IGNORE_INTERMITTENT} then MSG="Congrats! The gnu test ${LINE} is no longer failing!" - echo "::warning ::$MSG" + echo "::notice ::$MSG" echo $MSG >> ${COMMENT_LOG} else MSG="Skipping an intermittent issue ${LINE} (passes in this run but fails in the 'main' branch)"