From: Alexander Popov Date: Mon, 14 Aug 2023 16:42:15 +0000 (+0300) Subject: Show git information in the functional test X-Git-Tag: v0.6.6~88 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=4b97fce50b144ea7a266cf7bdd5cb6f274cfa32a;p=kconfig-hardened-check.git Show git information in the functional test --- diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index 50fec21..7aa5cb8 100644 --- a/.github/workflows/functional_test.sh +++ b/.github/workflows/functional_test.sh @@ -3,6 +3,9 @@ set -x set -e +git status +git show -s + echo "Beginning of the functional tests" echo ">>>>> get help <<<<<"