mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
7 lines
226 B
Bash
Executable File
7 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
# Some generic cleanup to be done before buildbot processes
|
|
# tests.
|
|
echo gather all logs left from make check.
|
|
echo you only need these if make check is terminated due to timeout
|
|
ls -tr tests/*.sh.log | xargs cat
|