From 6f9cc13902cedd5efc675ec8e83d484c3518249f Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 25 Jul 2019 09:16:23 +0200 Subject: [PATCH] Fix lint_cmake errors --- tracetools_test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracetools_test/CMakeLists.txt b/tracetools_test/CMakeLists.txt index 182d27d..cb35969 100644 --- a/tracetools_test/CMakeLists.txt +++ b/tracetools_test/CMakeLists.txt @@ -141,7 +141,7 @@ if(BUILD_TESTING) test/test_subscription.py test/test_subscription_callback.py test/test_timer.py - ) + ) foreach(_test_path ${_tracetools_test_pytest_tests}) get_filename_component(_test_name ${_test_path} NAME_WE) @@ -150,7 +150,7 @@ if(BUILD_TESTING) APPEND_ENV AMENT_PREFIX_PATH=${ament_index_build_path} PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR} TIMEOUT 60 - ) + ) endforeach() endif() endif()