rsyslog/tests/CI/gather_all_logs.sh
Rainer Gerhards bf8e4f5da0 fix system to gather "make check" logs
file context was mistakenly mixed
2016-05-16 17:17:13 +02:00

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