lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.26k stars 142 forks source link

Manage output of testsuite #544

Open lkorenc opened 2 years ago

lkorenc commented 2 years ago

Currently if several tests fail, the log is really huge and hard to navigate (especially if tests fail in CI) and will most likely require manual investigation anyway. One way to approach this is to implement several --verbose levels.