[openssh-commits] [openssh] branch master updated: Differentiate logfiles better.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 18 20:55:07 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 575c43fd Differentiate logfiles better.
575c43fd is described below

commit 575c43fd4c44d376b1771c0fdaf4941021ba88c9
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 18 20:54:48 2025 +1100

    Differentiate logfiles better.
---
 .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 aa3155fa..ab2aec4f 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 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo =====; cat $i; echo =====; done'
+      run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo =====; echo log: $i; echo =====; cat $i; 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