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 d1e55d7 commit 3a1b567Copy full SHA for 3a1b567
library/cpp/threading/future/CMakeLists.txt
@@ -21,8 +21,6 @@ _ydb_sdk_install_targets(TARGETS threading-future)
21
22
if (YDB_SDK_TESTS)
23
add_ydb_test(NAME future-ut
24
- WORKING_DIRECTORY
25
- ${CMAKE_CURRENT_BINARY_DIR}
26
SOURCES
27
future_mt_ut.cpp
28
future_ut.cpp
@@ -36,7 +34,7 @@ if (YDB_SDK_TESTS)
36
34
)
37
35
38
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/filter.txt
39
- "-TFutureMultiThreadedTest::WaitAny"
+ "-TFutureMultiThreadedTest::WaitAny\n"
40
"-TFutureMultiThreadedTest::WaitExceptionOrAll"
41
42
0 commit comments