tests: make the integration tests work recursivelly.
This commit is contained in:
parent
86aba45d67
commit
189064c9f8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -112,8 +112,8 @@ check:
|
||||||
@bash tests/check.sh
|
@bash tests/check.sh
|
||||||
|
|
||||||
.PHONY: integration
|
.PHONY: integration
|
||||||
integration :
|
integration:
|
||||||
@bats --timing --print-output-on-failure tests/integration/
|
@bats --recursive --timing --print-output-on-failure tests/integration/
|
||||||
|
|
||||||
.PHONY: manual
|
.PHONY: manual
|
||||||
manual:
|
manual:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue