mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
GNU test: don't generate an error if a new test passes
This commit is contained in:
parent
8bd9744183
commit
0cf9f9d55b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue