Skip to content

Commit e6bb50d

Browse files
committed
tests: add logrotate tests for out_file plugin
Signed-off-by: SagiROosto <sagi.rosenthal@oosto.com>
1 parent a54ee7a commit e6bb50d

2 files changed

Lines changed: 1524 additions & 0 deletions

File tree

tests/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ if(FLB_IN_LIB)
234234
# These plugins work only on Linux
235235
if(NOT FLB_SYSTEM_WINDOWS)
236236
FLB_RT_TEST(FLB_OUT_FILE "out_file.c")
237+
FLB_RT_TEST(FLB_OUT_FILE "out_file_logrotate.c")
237238
endif()
238239
FLB_RT_TEST(FLB_OUT_S3 "out_s3.c")
239240
FLB_RT_TEST(FLB_OUT_TD "out_td.c")

0 commit comments

Comments
 (0)