Skip to content

Commit eb23273

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

2 files changed

Lines changed: 1919 additions & 0 deletions

File tree

tests/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ if(FLB_IN_LIB)
255255
# These plugins work only on Linux
256256
if(NOT FLB_SYSTEM_WINDOWS)
257257
FLB_RT_TEST(FLB_OUT_FILE "out_file.c")
258+
FLB_RT_TEST(FLB_OUT_FILE "out_file_logrotate.c")
258259
endif()
259260
FLB_RT_TEST(FLB_OUT_S3 "out_s3.c")
260261
FLB_RT_TEST(FLB_OUT_TD "out_td.c")

0 commit comments

Comments
 (0)