mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 02:10:24 +00:00
bugpoint.cc: Rename to -err_grep
This commit is contained in:
parent
65147670a6
commit
b5a13ae95b
2 changed files with 12 additions and 12 deletions
|
@ -38,6 +38,6 @@ select -assert-mod-count 1 zzy
|
|||
# raise_error -stderr prints to stderr and exits with 1
|
||||
design -load read
|
||||
rename top abc
|
||||
bugpoint -yosys ../../yosys -command "raise_error -stderr" -greperr "help me" -expect-return 1
|
||||
bugpoint -yosys ../../yosys -command "raise_error -stderr" -err_grep "help me" -expect-return 1
|
||||
select -assert-mod-count 1 =*
|
||||
select -assert-mod-count 1 other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue