Skip to content

Commit

Permalink
Update test_execute_process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo authored Jul 3, 2021
1 parent 8d38cbf commit 75d203f
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'); false"],
cmd=[sys.executable, '-c', "import sys; print('action'); sys.exit(1)"],
respawn=True, respawn_delay=respawn_delay, on_exit=on_exit_callback
),

Expand Down

0 comments on commit 75d203f

Please sign in to comment.