GNU test: don't generate an error if a new test passes

This commit is contained in:
Sylvestre Ledru
2025-02-23 18:35:10 +01:00
committed by GitHub
parent 8bd9744183
commit 0cf9f9d55b
+1 -1
View File
@@ -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)"