mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-09 21:33:26 +00:00
bugpoint: Add -greperr option
`-greperr <string>` redirects stderr to 'bugpoint-case.err', and then searches that file for `<string>`. Move `-runner` option up with the other options to reduce ambiguity (i.e. so it doesn't look like it's another design parts constraint). Also some shuffling of `err.ys`.
This commit is contained in:
parent
8d5dbae06e
commit
fb92eabdcd
3 changed files with 45 additions and 30 deletions
3
tests/bugpoint/.gitignore
vendored
3
tests/bugpoint/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*.il
|
||||
*.log
|
||||
*.log
|
||||
*.err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue