1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7349 from uutils/sylvestre-patch-4

GNU test: don't generate an error if a new test passes
This commit is contained in:
Dorian Péron 2025-02-24 02:29:56 +01:00 committed by GitHub
commit 604cc404ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,7 +287,7 @@ jobs:
if ! grep ${LINE} ${IGNORE_INTERMITTENT} if ! grep ${LINE} ${IGNORE_INTERMITTENT}
then then
MSG="Congrats! The gnu test ${LINE} is no longer failing!" MSG="Congrats! The gnu test ${LINE} is no longer failing!"
echo "::warning ::$MSG" echo "::notice ::$MSG"
echo $MSG >> ${COMMENT_LOG} echo $MSG >> ${COMMENT_LOG}
else else
MSG="Skipping an intermittent issue ${LINE} (passes in this run but fails in the 'main' branch)" MSG="Skipping an intermittent issue ${LINE} (passes in this run but fails in the 'main' branch)"