Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: twister: Fix trailing CR/LF at BinaryHandler logs #78958

Merged

Commits on Sep 24, 2024

  1. scripts: twister: Fix trailing CR/LF at BinaryHandler logs

    Fix trailing `\\r\\n` (escaped CR/LF) didn't cut off because of rstrip()
    removed by zephyrproject-rtos#58338, so the CR/LF suffix was never found as the actual line
    end was `\\r\\n\n`.
    
    Add ANSI code sequence to `test_handlers` Twister unit test.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fb7c204 View commit details
    Browse the repository at this point in the history