We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d0baf commit f91e121Copy full SHA for f91e121
1 file changed
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -27,6 +27,7 @@ object PlatformCppTestsWindows : BuildType({
27
""".trimIndent()
28
29
params {
30
+ hiddenText("env.IGNITE_CPP_TESTS_USE_SINGLE_NODE", "")
31
hiddenText("PATH__CMAKE_BUILD_DIRECTORY", """%PATH__WORKING_DIR%\cmake-build-debug""")
32
hiddenText("PATH__CLIENT_TEST_RESULTS", """%PATH__CMAKE_BUILD_DIRECTORY%\cpp_client_tests_results.xml""")
33
hiddenText("PATH__ODBC_TEST_RESULTS", """%PATH__CMAKE_BUILD_DIRECTORY%\odbc_tests_results.xml""")
0 commit comments