mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 18:00:41 +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).
21 lines
541 B
Bash
Executable File
21 lines
541 B
Bash
Executable File
cd tests
|
|
export srcdir=`pwd`
|
|
# add tests here below
|
|
# ./omfile-read-only.sh
|
|
exit # currently not needed
|
|
export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction"
|
|
./msgvar-concurrency.sh
|
|
./localvar-concurrency.sh
|
|
./exec_tpl-concurrency.sh
|
|
./privdropuser.sh
|
|
./privdropuserid.sh
|
|
./privdropgroup.sh
|
|
./privdropgroupid.sh
|
|
./template-json.sh
|
|
./template-pos-from-to.sh
|
|
./template-pos-from-to-lowercase.sh
|
|
./template-pos-from-to-oversize.sh
|
|
./template-pos-from-to-oversize-lowercase.sh
|
|
./template-pos-from-to-missing-jsonvar.sh
|
|
./fac_authpriv.sh
|