mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 13:15:46 +00:00
Use upstream implementation of logger_cmd_error.sh in tests/various
This commit is contained in:
parent
76c12f8f8c
commit
4c903fe7f3
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
trap 'echo "ERROR in logger_cmd_error.sh" >&2; exit 1' ERR
|
||||
|
||||
(../../yosys -v 3 -p '
|
||||
(../../yosys -v 3 -C <<EOF
|
||||
yosys -import
|
||||
hierarchy -top nonexistent
|
||||
'
|
||||
EOF
|
||||
) 2>&1 | grep -F "ERROR: Module \`nonexistent' not found!" > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue