From: Darren Tucker Date: Tue, 18 Mar 2025 07:13:14 +0000 (+1100) Subject: Identify each logfile while printing them. X-Git-Tag: V_10_0_P1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce88a1bb4a2e6425752094f7a2eb4adfb0ca7971;p=thirdparty%2Fopenssh-portable.git Identify each logfile while printing them. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 99567d674..2726c32b9 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -57,7 +57,7 @@ jobs: timeout-minutes: 300 - name: show logs if: failure() - run: vmrun "cat /usr/src/regress/usr.bin/ssh/obj/*.log" + run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do printf "====\nlogfile: $i\n====\n"; done' - name: save logs if: failure() uses: actions/upload-artifact@main