We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e40533 commit 92a7a78Copy full SHA for 92a7a78
tests/runtime_shell/CMakeLists.txt
@@ -6,7 +6,6 @@ configure_file(
6
set(UNIT_TESTS_SH
7
custom_calyptia.sh
8
in_dummy_expect.sh
9
- in_tail_expect.sh
10
in_http_tls_expect.sh
11
in_syslog_tcp_tls_expect.sh
12
in_syslog_tcp_plaintext_expect.sh
@@ -17,6 +16,12 @@ set(UNIT_TESTS_SH
17
16
processor_invalid.sh
18
)
19
+if(FLB_SQLDB)
20
+set(UNIT_TESTS_SH
21
+ ${UNIT_TESTS_SH}
22
+ in_tail_expect.sh)
23
+endif()
24
+
25
# Prepare list of unit tests
26
foreach(script ${UNIT_TESTS_SH})
27
add_test(NAME ${script}
0 commit comments