Skip to content

IAR console output scrambled #1888

Description

@jaegerbeat

I updated cpputest from an old version and now the IAR console output is scrambled. It look like ConsoleTestOutput::printBuffer now routes to PlatformSpecificFPutsImplementation. If I replace

printf("FILE%d:%s",(int)file, str)

by

printf("%s", str)

then it works again, so it seems to be a minor issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions