tests: make the integration tests work recursivelly.
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions

This commit is contained in:
Alexandre Pujol 2025-03-02 13:25:30 +01:00
parent 86aba45d67
commit 189064c9f8
Failed to generate hash of commit

View file

@ -112,8 +112,8 @@ check:
@bash tests/check.sh
.PHONY: integration
integration :
@bats --timing --print-output-on-failure tests/integration/
integration:
@bats --recursive --timing --print-output-on-failure tests/integration/
.PHONY: manual
manual: