mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-02 08:33:46 +00:00
Clean some seed-tests outputs
This commit is contained in:
parent
a155994868
commit
ede782d7e3
7 changed files with 24 additions and 24 deletions
|
|
@ -3,5 +3,5 @@ source ../common-env.sh
|
|||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x
|
||||
../../yosys -ql ${x%.ys}.log $x >/dev/null 2>&1
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue