Skip to content

Commit

Permalink
Fix bad process cmd on logging demo tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic committed Apr 15, 2019
1 parent 4ac8b76 commit c8585c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging_demo/test/test_logging_demo.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit c8585c0

Please sign in to comment.