mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 06:45:26 +00:00
Small fixes to get a test working
This commit is contained in:
parent
0e00fc9824
commit
3190771892
2 changed files with 2 additions and 7 deletions
8
tests/various/logger_cmd_error.sh
Executable file
8
tests/various/logger_cmd_error.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
trap 'echo "ERROR in logger_cmd_error.sh" >&2; exit 1' ERR
|
||||
|
||||
(../../yosys -v 3 -p '
|
||||
hierarchy -top nonexistent
|
||||
'
|
||||
) 2>&1 | grep -F "ERROR: Module \`nonexistent' not found!" > /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue