From 87c224e978a9b08d5f451c0f94ab84bc880cb1f6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 1 Apr 2022 10:00:44 +0200 Subject: [PATCH] GNU testsuite: also show the number of SKIP tests --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 15537d8b3..579bea4c0 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -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 \