]> granicus.if.org Git - re2c/commit
run_tests.sh: separate stdout and stderr, diff with -b on wine.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 12:16:56 +0000 (13:16 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 12:16:56 +0000 (13:16 +0100)
commitc61a7dd5234b9c6980c0af11d149f12b46e6c159
tree2e66316f00f4b6b3b62eeb2196f10e9c04df2371
parent87c08466220673a429be0b5f2ff1bc0c37a85e39
run_tests.sh: separate stdout and stderr, diff with -b on wine.

Found some errors while testing mingw-built re2c.exe on wine:
    1. redirecting stderr to stdout resulted resulted in random
       mix in tests that triggered re2c warnings
    2. removing all '\r' symbols in the generated files didn't
       work anymore since some tests that contain '\r' were added

Fixed:
    1. redirect both to different files and cat manually
    2. diff with -b flag on wine
re2c/run_tests.sh.in