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

Merge pull request #6992 from uutils/sylvestre-patch-3

GnuTests: also display CURRENT_RUN_SKIP for debug purposes
This commit is contained in:
Daniel Hofstetter 2024-12-23 08:11:37 +01:00 committed by GitHub
commit ff50a37635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,6 +258,7 @@ jobs:
echo "REF_FAILING = ${REF_FAILING}" echo "REF_FAILING = ${REF_FAILING}"
echo "CURRENT_RUN_FAILING = ${CURRENT_RUN_FAILING}" echo "CURRENT_RUN_FAILING = ${CURRENT_RUN_FAILING}"
echo "REF_SKIP_PASS = ${REF_SKIP}" echo "REF_SKIP_PASS = ${REF_SKIP}"
echo "CURRENT_RUN_SKIP = ${CURRENT_RUN_SKIP}"
# Compare failing and error tests # Compare failing and error tests
for LINE in ${CURRENT_RUN_FAILING} for LINE in ${CURRENT_RUN_FAILING}