diff --git a/logging_demo/test/test_logging_demo.py.in b/logging_demo/test/test_logging_demo.py.in index 7753bb8c4..2cd71b404 100644 --- a/logging_demo/test/test_logging_demo.py.in +++ b/logging_demo/test/test_logging_demo.py.in @@ -26,7 +26,7 @@ import launch_testing_ros def generate_test_description(ready_fn): launch_description = LaunchDescription() process_under_test = ExecuteProcess( - cmd='@LOGGING_DEMO_MAIN_EXECUTABLE@', + cmd=['@LOGGING_DEMO_MAIN_EXECUTABLE@'], name='test_logging_demo', output='screen' )