mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 07:10:42 +01:00
testbench: nitfix
This commit is contained in:
parent
3f364fcafe
commit
316322f7a1
@ -33,7 +33,7 @@ ruleset(name="foo") {
|
||||
searchType="test-type"
|
||||
serverport="19200"
|
||||
bulkmode="on"
|
||||
errorFile="./'${RSYSLOG_DYNNAME}'.errorfile"
|
||||
errorFile="'${RSYSLOG_DYNNAME}'.errorfile"
|
||||
erroronly="on")
|
||||
}
|
||||
|
||||
@ -53,7 +53,7 @@ python $srcdir/elasticsearch-error-format-check.py erroronly
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "error: Format for error file different! " $?
|
||||
exit 1
|
||||
error_exit 1
|
||||
fi
|
||||
cleanup_elasticsearch
|
||||
exit_test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user