mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
tests/simple: remove "nullglob" shopt
This commit is contained in:
parent
01260344d3
commit
e38b830cbb
1 changed files with 0 additions and 1 deletions
|
@ -17,5 +17,4 @@ if ! command -v iverilog > /dev/null ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
shopt -s nullglob
|
|
||||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.{sv,v}
|
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.{sv,v}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue