Skip to content

Commit

Permalink
fix: reflect TEST_MYSQL_DOCKER_IMAGE in extended tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OpatrilPeter committed Sep 23, 2024
1 parent 5f8aa58 commit 4c6b418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/extended/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target_compile_options(test_extended PRIVATE -Wno-deprecated-declarations)
# TODO Remove sudo requirement
add_test(
NAME test_extended
COMMAND sudo ${CMAKE_CURRENT_SOURCE_DIR}/../runtest.sh
# --preserve-env exists for customization points like TEST_MYSQL_DOCKER_IMAGE
COMMAND sudo --preserve-env ${CMAKE_CURRENT_SOURCE_DIR}/../runtest.sh
$<TARGET_FILE:test_extended>
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)

0 comments on commit 4c6b418

Please sign in to comment.