Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Darko Lukic <[email protected]>
  • Loading branch information
lukicdarkoo committed Jun 21, 2021
1 parent ec022d2 commit 8d38cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/test/launch/test_execute_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def generate_launch_description():
return LaunchDescription([

ExecuteProcess(
cmd=[sys.executable, '-c', "print('action')"],
cmd=[sys.executable, '-c', "print('action'); false"],
respawn=True, respawn_delay=respawn_delay, on_exit=on_exit_callback
),

Expand Down

0 comments on commit 8d38cbf

Please sign in to comment.