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 24, 2024
1 parent 5f8aa58 commit 8ca035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extended/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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
COMMAND sudo --preserve-env=TEST_MYSQL_DOCKER_IMAGE ${CMAKE_CURRENT_SOURCE_DIR}/../runtest.sh
$<TARGET_FILE:test_extended>
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)

0 comments on commit 8ca035a

Please sign in to comment.