mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
b2/test/Common: also provide empty hierarchy if the input is empty; name the file
This commit is contained in:
parent
da1010f92a
commit
4a586fc44f
@ -13,8 +13,8 @@
|
||||
|
||||
run_boom()
|
||||
{
|
||||
if [ "`sed -n '/^!-/p;q' _in`" ]; then
|
||||
args="<(echo ';')"
|
||||
if [ "`sed -n '/^!-/p;q' _in`" -o ! -s _in ]; then
|
||||
args="-N dummy <(echo ';')"
|
||||
else
|
||||
args="-N h <(sed -n '/^!-/q;p' _in)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user