skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.07k stars 169 forks source link

run_tests.py.in: add --verbose flag, disable successful printing by d… #396

Closed trofi closed 2 years ago

trofi commented 2 years ago

…efault

re2c test are so fast that text output in terminal takes comparable time on slower terminals. Let's disable it by default. Can still be brought back with --verbose option.

skvadrik commented 2 years ago

Thanks! \o/

skvadrik commented 2 years ago

The failed CI builds are due to the recent Github migration to the new MSVC toolchain (unrelated to this PR).