Skip to content

Commit

Permalink
Declare AMENT_TEST_RESULTS_DIR as a PATH (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rose <dan@digilabs.io>
Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
  • Loading branch information
rotu authored and nuclearsandwich committed Mar 23, 2020
1 parent b2aa786 commit 8f87a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_test/ament_cmake_test-extras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(BUILD_TESTING "Build the testing tree." ON)
# option()
set(
AMENT_TEST_RESULTS_DIR "${CMAKE_BINARY_DIR}/test_results"
CACHE STRING "The path where test results are generated"
CACHE PATH "The path where test results are generated"
)

if(BUILD_TESTING)
Expand Down

0 comments on commit 8f87a73

Please sign in to comment.