diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-06-01 00:07:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 17:07:52 -0400 |
commit | a4befa22a0db705782aa746416b80c144504e627 (patch) | |
tree | 60c7d334be61b3b5a2b9ff91649bcfeabe7f4d30 /projects/flac | |
parent | 1beea533a6ada3394ba1a3c597c4bc114947d6dd (diff) |
[base-runner] no longer fail silently in test_one.py (#7776)
It should make it easier to figure out why exactly
`./infra/helper.py check_build project fuzz-target` fails
by turning
```
INFO: performing bad build checks for /tmp/not-out/tmpa4lph9dr/fuzz-bus-message
ERROR:root:Check build failed.
```
into something like
```
INFO: performing bad build checks for /tmp/not-out/tmpa4lph9dr/fuzz-bus-message
BAD BUILD: /tmp/not-out/tmpa4lph9dr/fuzz-bus-message seems to have either startup crash or exit:
/tmp/not-out/tmpa4lph9dr/fuzz-bus-message -rss_limit_mb=2560 -timeout=25 -seed=1337 -runs=4 < /dev/null
/tmp/not-out/tmpa4lph9dr/fuzz-bus-message: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
ERROR:root:Check build failed.
```
Diffstat (limited to 'projects/flac')
0 files changed, 0 insertions, 0 deletions