mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix/CICD ~ (GnuTests) be more precise about failing/passing tests
This commit is contained in:
committed by
Sylvestre Ledru
parent
cbe6396149
commit
a6e3564c5d
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user