Skip to content

Commit 92a7a78

Browse files
tests: runtime_shell: exclude in_tail_expect if not FLB_HAVE_SQLDB
Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent 1e40533 commit 92a7a78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/runtime_shell/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ configure_file(
66
set(UNIT_TESTS_SH
77
custom_calyptia.sh
88
in_dummy_expect.sh
9-
in_tail_expect.sh
109
in_http_tls_expect.sh
1110
in_syslog_tcp_tls_expect.sh
1211
in_syslog_tcp_plaintext_expect.sh
@@ -17,6 +16,12 @@ set(UNIT_TESTS_SH
1716
processor_invalid.sh
1817
)
1918

19+
if(FLB_SQLDB)
20+
set(UNIT_TESTS_SH
21+
${UNIT_TESTS_SH}
22+
in_tail_expect.sh)
23+
endif()
24+
2025
# Prepare list of unit tests
2126
foreach(script ${UNIT_TESTS_SH})
2227
add_test(NAME ${script}

0 commit comments

Comments
 (0)