mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 11:40:42 +01:00
This was accidentally set to "no". Test for imfile should by default run when imfile is enabled. We also temporarily disable the failing tests - this makes it posible to run the remaining tests during CI and prevent future errors. That is better than nothing. Tests are to be re-enabled when the imfile bug mentioned below is fixed. see also https://github.com/rsyslog/rsyslog/issues/4120 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
This directory contains tools for use by development and CI. The goal is to have a consistent way to do things.
Scripts
- run-static-analyzer.sh Run the currently approved rsyslog project clang static analyzer.
Environment Variables
- RSYSLOG_HOME root of rsyslog sources - e.g. unzipped tarball, git checkout
Files
default_dev_container
Contains the full name of the container to be used for development task if no other is given.