mirror of
https://github.com/corda/corda.git
synced 2025-06-05 09:00:53 +00:00
use /bin/sh instead of /bin/bash to run test.sh, since MSYS does not have /bin/bash (although /bin/sh is bash)
This commit is contained in:
parent
471ac4d960
commit
54e618847a
2
makefile
2
makefile
@ -255,7 +255,7 @@ vg: build
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: build
|
test: build
|
||||||
/bin/bash $(test)/test.sh 2>/dev/null \
|
/bin/sh $(test)/test.sh 2>/dev/null \
|
||||||
$(executable) $(mode) "$(flags)" \
|
$(executable) $(mode) "$(flags)" \
|
||||||
$(call class-names,$(test-build),$(test-classes))
|
$(call class-names,$(test-build),$(test-classes))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user