Skip to content

Commit

Permalink
Change 'Ubuntu/Debian' to 'Linux'
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard committed May 11, 2021
1 parent e26dd0d commit 0752f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ament_cmake_pytest/cmake/ament_add_pytest_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function(ament_add_pytest_test testname path)
if(NOT has_pytest)
message(WARNING
"The Python module 'pytest' was not found, pytests cannot be run. "
"On Ubuntu/Debian, install the 'python3-pytest' package. "
"On Linux, install the 'python3-pytest' package. "
"On other platforms, install 'pytest' using pip.")
return()
endif()
Expand Down Expand Up @@ -117,7 +117,7 @@ function(ament_add_pytest_test testname path)
if(NOT pytest_cov_version)
message(WARNING
"The Python module 'pytest-cov' was not found, test coverage will not be produced. "
"On Ubuntu/Debian, install the 'python3-pytest-cov' package. "
"On Linux, install the 'python3-pytest-cov' package. "
"On other platforms, install 'pytest-cov' using pip.")
else()
set(coverage_directory "${CMAKE_CURRENT_BINARY_DIR}/pytest_cov/${testname}")
Expand Down

0 comments on commit 0752f31

Please sign in to comment.