tests: make the integration tests work recursivelly.

This commit is contained in:
Alexandre Pujol 2025-03-02 13:25:30 +01:00
parent 86aba45d67
commit 189064c9f8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -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: