Skip to content

Commit

Permalink
add exit code 2 as allowable exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 23, 2025
1 parent 9036b69 commit d85c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/test/test_ros2_control_node_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ class TestDescriptionCraneShutdown(unittest.TestCase):

def test_exit_codes(self, proc_info):
"""Check if the processes exited normally."""
launch_testing.asserts.assertExitCodes(proc_info)
launch_testing.asserts.assertExitCodes(proc_info, allowable_exit_codes=[0, 2])

0 comments on commit d85c20a

Please sign in to comment.