mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
b2/Makefile: run tests with bash, not with sh
We need bash for the <(cmd) construct.
This commit is contained in:
parent
39382b1872
commit
4943519eb3
@ -97,7 +97,7 @@ try:
|
|||||||
# ----- Tests -----------------------------------------------------------------
|
# ----- Tests -----------------------------------------------------------------
|
||||||
|
|
||||||
test tests: all
|
test tests: all
|
||||||
LANG= sh -c \
|
LANG= bash -c \
|
||||||
'passed=0 && cd test && \
|
'passed=0 && cd test && \
|
||||||
for n in [a-z]*; do \
|
for n in [a-z]*; do \
|
||||||
[ $$n != core ] && SCRIPT=$$n . ./$$n; done; \
|
[ $$n != core ] && SCRIPT=$$n . ./$$n; done; \
|
||||||
|
Loading…
Reference in New Issue
Block a user