mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 02:10:42 +01:00
7 lines
274 B
Bash
Executable File
7 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
# This script gathers and sends to stdout all log files created during
|
|
# make check. This is useful if make check is terminated due to timeout,
|
|
# in which case autotools unfortunately does not provide us a way to
|
|
# gather error information.
|
|
rm -f tests/*.sh.log
|