1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

GNU testsuite: also show the number of SKIP tests

This commit is contained in:
Sylvestre Ledru 2022-04-01 10:00:44 +02:00 committed by GitHub
parent bed7dc5a29
commit 87c224e978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ jobs:
echo "::error ::Failed to parse test results from '${SUITE_LOG_FILE}'; failing early"
exit 1
fi
output="GNU tests summary = TOTAL: $TOTAL / PASS: $PASS / FAIL: $FAIL / ERROR: $ERROR"
output="GNU tests summary = TOTAL: $TOTAL / PASS: $PASS / FAIL: $FAIL / ERROR: $ERROR / SKIP: $SKIP"
echo "${output}"
if [[ "$FAIL" -gt 0 || "$ERROR" -gt 0 ]]; then echo "::warning ::${output}" ; fi
jq -n \