From c132535cf562c817a1fb163858cb9d689141efc6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Dec 2022 08:52:05 +0100 Subject: [PATCH] busybox: replicate the same output as GNU --- .github/workflows/CICD.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a51d3fdcb..6be762493 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -791,6 +791,9 @@ jobs: echo "PASS $PASS" echo "TOTAL $TOTAL" cd - + output="Busybox tests summary = TOTAL: $TOTAL / PASS: $PASS / FAIL: $FAIL / SKIP: $SKIP" + echo "${output}" + if [[ "$FAIL" -gt 0 || "$ERROR" -gt 0 ]]; then echo "::warning ::${output}" ; fi jq -n \ --arg date "$(date --rfc-email)" \ --arg sha "$GITHUB_SHA" \