mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 18:00:41 +01:00
testbench: Run mmnormalize tests only when mmnormalize module was actually enabled
This commit fixes a regression caused by commit 835e645b73babf1290b691ef2ef137da206f6eff and will restore the removed if nesting necessary to run mmnormalize tests only when mmnormalize module was actually enabled. Bug: https://bugs.gentoo.org/631246
This commit is contained in:
parent
22e306b961
commit
023707617c
@ -498,7 +498,6 @@ TESTS += msgvar-concurrency-array.sh \
|
||||
mmnormalize_processing_test2.sh \
|
||||
mmnormalize_processing_test3.sh \
|
||||
mmnormalize_processing_test4.sh
|
||||
endif
|
||||
|
||||
if ENABLE_IMPTCP
|
||||
TESTS += \
|
||||
@ -512,6 +511,7 @@ if LOGNORM_REGEX_SUPPORTED
|
||||
TESTS += \
|
||||
mmnormalize_regex.sh
|
||||
endif
|
||||
endif
|
||||
|
||||
if ENABLE_MMJSONPARSE
|
||||
TESTS += \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user