]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-mixin: fix PATH issues with jsonnet-bundler
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Thu, 18 Aug 2022 11:37:31 +0000 (13:37 +0200)
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Tue, 30 Aug 2022 11:03:35 +0000 (13:03 +0200)
commit01b33edc240cb0879774b346dad0fac1ab57f5fe
tree33ec70e1e55de2c13c8fded45a76fa648d773904
parent929a0bd7740ca0c9e60ee0876727ac7dd7ae41d8
ceph-mixin: fix PATH issues with jsonnet-bundler

In 4a3afcf, the $PATH is set for the test, but we cannot set multiple
properties with a single `set_property()` cmake command. We fix that by
adding the installation path of jsonnet-bundler
(CMAKE_CURRENT_BINARY_DIR) to the $PATH used for every tox test.

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Co-Authored-By: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit d46e14c71bffda1381dac7da244ab8347d035769)
cmake/modules/AddCephTest.cmake
monitoring/ceph-mixin/CMakeLists.txt