Commit 8d2fba93 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-5550 Invalid cmake variable in mysql-test/CMakeLists.txt

parent 4fadce7e
...@@ -74,7 +74,7 @@ ENDIF() ...@@ -74,7 +74,7 @@ ENDIF()
IF(WITH_EMBEDDED_SERVER) IF(WITH_EMBEDDED_SERVER)
SET(TEST_EMBEDDED ${MTR_FORCE} --comment=embedded --timer --embedded-server SET(TEST_EMBEDDED ${MTR_FORCE} --comment=embedded --timer --embedded-server
--skip-rpl --skip-ndbcluster $(EXP)) --skip-rpl --skip-ndbcluster ${EXP})
ELSE() ELSE()
SET(TEST_EMBEDDED echo "Can not test embedded, not compiled in") SET(TEST_EMBEDDED echo "Can not test embedded, not compiled in")
ENDIF() ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment