]> granicus.if.org Git - re2c/commit
run_tests.sh: ignore trailing whitespace in test diffs if compiler name matches ...
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 19 Feb 2019 17:52:36 +0000 (17:52 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 19 Feb 2019 17:52:36 +0000 (17:52 +0000)
commit62d3c51b700c24f825632eae587c64557bb71b93
tree3906ae511ce65c34a6a1c49ebdce7d24ecdf2725
parent55d651b7c470ba1c023e41ab0ca6c8eb4fd40436
run_tests.sh: ignore trailing whitespace in test diffs if compiler name matches "mingw".

We already ignore trailing whitespace when running in Wine, but binaries
that built with Mingw and run on windows (not in Wine) also need this option.
re2c/run_tests.sh.in