Rainer Gerhards 7c2eaa8f2e
build system: change --enable-imfile-tests default to "yes"
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>
2020-01-30 09:36:35 +01:00
..
2018-10-24 19:20:43 +02:00
2020-01-19 16:09:44 +01:00

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.