mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Followup to 12607800, testing it in PB2 didn't work, trying again
Be more explicit about path to (potential) plugin tests dirs
This commit is contained in:
parent
edcd89ee1e
commit
aca402b62b
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ ENDIF()
|
|||
# just use if(INSTALL_PLUGINTESTDIR).
|
||||
# The plugin must set its own install path for tests
|
||||
#
|
||||
FILE(GLOB plugin_tests plugin/*/tests)
|
||||
FILE(GLOB plugin_tests ${CMAKE_SOURCE_DIR}/plugin/*/tests)
|
||||
|
||||
#
|
||||
# STANDALONE layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue