mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
This can happen under buildbot, and with it we can use the new script in a follow-on buildbot step. Doesn't work with travis as it terminates the complete CI run on timeout (no single-step timeout).
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
for i in tests/*.sh.log ; do
|
|
echo
|
|
echo $i:
|
|
cat $i
|
|
done
|