mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 00:20:42 +01:00
testbench: fix new --enable-libfaketime configure option
some tests requiring faketime were executed even when this was disabled
This commit is contained in:
parent
835d6b104b
commit
0d6b3d47f7
@ -211,6 +211,13 @@ TESTS += \
|
||||
timegenerated-utc-legacy.sh \
|
||||
timereported-utc.sh \
|
||||
timereported-utc-legacy.sh
|
||||
if ENABLE_MMNORMALIZE
|
||||
TESTS += \
|
||||
mmnormalize_processing_test1.sh \
|
||||
mmnormalize_processing_test2.sh \
|
||||
mmnormalize_processing_test3.sh \
|
||||
mmnormalize_processing_test4.sh
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -567,11 +574,7 @@ if ENABLE_MMNORMALIZE
|
||||
TESTS += msgvar-concurrency-array.sh \
|
||||
msgvar-concurrency-array-event.tags.sh \
|
||||
mmnormalize_rule_from_string.sh \
|
||||
mmnormalize_rule_from_array.sh \
|
||||
mmnormalize_processing_test1.sh \
|
||||
mmnormalize_processing_test2.sh \
|
||||
mmnormalize_processing_test3.sh \
|
||||
mmnormalize_processing_test4.sh
|
||||
mmnormalize_rule_from_array.sh
|
||||
|
||||
if ENABLE_IMPTCP
|
||||
TESTS += \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user