mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/Makefile: run tests with bash, not with sh
We need bash for the <(cmd) construct.
This commit is contained in:
@@ -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; \
|
||||||
|
|||||||
Reference in New Issue
Block a user