Both `tox_tests` and `env_vars_for_tox_tests` have been undefined since
f0079a1030b, so this expands to `set_property(TEST PROPERTY ENVIRONMENT)`
-- a no-op. The actual per-test environment for tox tests is set in
add_tox_test() (cmake/modules/AddCephTest.cmake). Remove the leftover.
Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
add_ceph_test(smoke.sh ${CMAKE_CURRENT_SOURCE_DIR}/smoke.sh)
-set_property(
- TEST ${tox_tests}
- PROPERTY ENVIRONMENT ${env_vars_for_tox_tests})
-
# unittest_admin_socket
add_executable(unittest_admin_socket
admin_socket.cc