From d82802d32fa6cf4533d1b6cdb515a7c398e9d8c0 Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Mon, 26 Aug 2019 10:23:51 -0300 Subject: [PATCH] Update launch_testing example name in launch_testing_ament_cmake Signed-off-by: Michel Hidalgo --- launch_testing_ament_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch_testing_ament_cmake/CMakeLists.txt b/launch_testing_ament_cmake/CMakeLists.txt index 84db10fb7..78f6d5fed 100644 --- a/launch_testing_ament_cmake/CMakeLists.txt +++ b/launch_testing_ament_cmake/CMakeLists.txt @@ -26,7 +26,7 @@ if(BUILD_TESTING) # Test argument passing. This test won't pass unless you give it an argument add_launch_test( - "${LAUNCH_TESTING_INSTALL_PREFIX}/share/launch_testing/examples/args.test.py" + "${LAUNCH_TESTING_INSTALL_PREFIX}/share/launch_testing/examples/args_launch_test.py" ARGS "dut_arg:=--anything" ) endif()