mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 13:20:42 +01:00
testbench: better info if core file is found during test
This commit is contained in:
parent
12f64b3ad5
commit
fe71d5bbad
@ -838,6 +838,8 @@ quit"
|
|||||||
unset out_pid
|
unset out_pid
|
||||||
if [ "$(ls core.* 2>/dev/null)" != "" ]; then
|
if [ "$(ls core.* 2>/dev/null)" != "" ]; then
|
||||||
printf 'ABORT! core file exists (maybe from a parallel run!)\n'
|
printf 'ABORT! core file exists (maybe from a parallel run!)\n'
|
||||||
|
pwd
|
||||||
|
ls -l core.*
|
||||||
error_exit 1
|
error_exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user