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}
do
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
done
for LINE in ${NEW_FAILING}