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

@ -113,7 +113,7 @@ check:
.PHONY: integration
integration:
@bats --timing --print-output-on-failure tests/integration/
@bats --recursive --timing --print-output-on-failure tests/integration/
.PHONY: manual
manual: