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 fe51196 commit f4bbd35Copy full SHA for f4bbd35
test/unit/template_bug_group/CMakeLists.txt
@@ -51,7 +51,7 @@ TARGET_LINK_LIBRARIES(bug123 ${MY_TARGET_LINK_LIBRARIES} ${MY_GCOV_LINK_LIBRARIE
51
ADD_TEST(
52
NAME jdbc_bug123
53
COMMAND
54
- bug123
+ bug123
55
)
56
57
#
@@ -85,7 +85,7 @@ TARGET_LINK_LIBRARIES(bug456 ${MY_TARGET_LINK_LIBRARIES} ${MY_GCOV_LINK_LIBRARIE
85
86
NAME jdbc_bug456
87
88
- $<TARGET_FILE:bug456> --dbUrl=tcp://$ENV{MYSQL_HOST}:$ENV{MYSQL_PORT} --dbUser=$ENV{MYSQL_USER} --dbPasswd=$ENV{MYSQL_PASSWORD}
+ bug456
89
90
91
MESSAGE(STATUS "Configuring unit tests - group template_bug")
0 commit comments