Skip to content

[trgen] Speed up testing by doing diff of .errors file in generated driver. #559

Description

@kaby76

Right now, the testing scripts performs git diffs on the generated .errors and .trees. This is really slow because we have Bash/Powershell loop through all these output files, cleans them up wrt line endings, then calls git diff. We can follow what the Maven tester does, and greatly speed up testing if we do the diffs in the generated app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions