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

fix/CICD ~ (GnuTests) be more precise about failing/passing tests

This commit is contained in:
Roy Ivy III 2022-03-29 21:47:05 -05:00 committed by Sylvestre Ledru
parent cbe6396149
commit a6e3564c5d

View file

@ -174,7 +174,7 @@ jobs:
for LINE in ${REF_FAILING} for LINE in ${REF_FAILING}
do do
if ! grep -Fxq ${LINE}<<<"${NEW_FAILING}"; then if ! grep -Fxq ${LINE}<<<"${NEW_FAILING}"; then
echo "::warning ::Congrats! The gnu test ${LINE} is now passing!" echo "::warning ::Congrats! The gnu test ${LINE} is no longer failing!"
fi fi
done done
for LINE in ${NEW_FAILING} for LINE in ${NEW_FAILING}