[openssh-commits] [openssh] branch master updated: Fix debug log path.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Mar 17 21:36:22 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 2e811007 Fix debug log path.
2e811007 is described below
commit 2e81100763d5885e500f065b04c16ed87ce74318
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Mar 17 21:35:55 2025 +1100
Fix debug log path.
---
.github/workflows/upstream.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 71885ca3..99567d67 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -55,14 +55,17 @@ jobs:
env:
SUDO: sudo
timeout-minutes: 300
+ - name: show logs
+ if: failure()
+ run: vmrun "cat /usr/src/regress/usr.bin/ssh/obj/*.log"
- name: save logs
if: failure()
uses: actions/upload-artifact at main
with:
name: ${{ matrix.target }}-${{ matrix.config }}-logs
path: |
- /usr/obj/regress/usr.bin/ssh/obj/*.log
- /usr/obj/regress/usr.bin/ssh/obj/log/*
+ /usr/src/regress/usr.bin/ssh/obj/*.log
+ /usr/src/regress/usr.bin/ssh/obj/log/*
- name: unmount workspace
if: always()
run: |
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list