[openssh-commits] [openssh] branch master updated: Identify each logfile while printing them.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 18 18:13:43 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new ce88a1bb Identify each logfile while printing them.
ce88a1bb is described below

commit ce88a1bb4a2e6425752094f7a2eb4adfb0ca7971
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 18 18:13:14 2025 +1100

    Identify each logfile while printing them.
---
 .github/workflows/upstream.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 99567d67..2726c32b 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 at main

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list