launch icon indicating copy to clipboard operation
launch copied to clipboard

launch_test no newline after test name

Open benjinne opened this issue 2 years ago • 0 comments

Bug report

Required Info:

  • Operating System:
    • Ubuntu 22.04
  • Installation type:
    • source
  • Version or commit hash:
    • humble
  • DDS implementation:
    • default
  • Client library (if applicable):
    • rclpy

Steps to reproduce issue

/opt/ros/humble/launch_test share/launch_testing/examples/good_proc_launch_test.py

Expected behavior

Print each test name on it's own line

test_count_to_four (good_proc_launch_test.TestGoodProcess) ... 
[INFO] [python3-1]: process started with pid [451737]

Actual behavior

test_count_to_four (good_proc_launch_test.TestGoodProcess) ... [INFO] [python3-1]: process started with pid [451737]

benjinne avatar May 06 '23 11:05 benjinne