/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/immark.sh
19 строк
542 B
Rainer Gerhards
testbench: add basic test for immark
20 авг 2019, 10:11
Не верифицирован
20 авг 2019, 10:11
5f85577
Код
Авторство
О чём код?
#!/bin/bash # very basic check for immark module - nevertheless, there is not # much more to test for... # add 2019-08-20 by Rainer Gerhards, released under ASL 2.0 . ${srcdir:=.}/diag.sh init generate_conf add_conf ' module(load="../plugins/immark/.libs/immark" interval="1") action(type="omfile" file="'$RSYSLOG_OUT_LOG'") ' startup printf 'sleeping a bit so we get mark messages...\n' sleep 3 # this should be good even on slow machines - we need just one shutdown_when_empty wait_shutdown content_check "rsyslogd: -- MARK --" exit_test