.github: dump test logs from distcheck build directory
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
f7b2479e7d
commit
558caf1a10
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
./configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
|
||||
- name: Build release ...
|
||||
run: |
|
||||
make release || (cat test/start.log; cat test/remote.log; false)
|
||||
make release || (cat sysklogd-2.3.0/_build/sub/test/start.log; cat sysklogd-2.3.0/_build/sub/test/remote.log; false)
|
||||
ls -lF ../
|
||||
mkdir -p artifacts/
|
||||
mv ../*.tar.* artifacts/
|
||||
|
Loading…
Reference in New Issue
Block a user