mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 22:58:26 +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 -----------------------------------------------------------------
|
||||
|
||||
test tests: all
|
||||
LANG= sh -c \
|
||||
LANG= bash -c \
|
||||
'passed=0 && cd test && \
|
||||
for n in [a-z]*; do \
|
||||
[ $$n != core ] && SCRIPT=$$n . ./$$n; done; \
|
||||
|
Loading…
Reference in New Issue
Block a user