mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-03-03 22:24:43 +01:00
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
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:
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
|
||||
|
||||
.PHONY: integration
|
||||
integration :
|
||||
@bats --timing --print-output-on-failure tests/integration/
|
||||
integration:
|
||||
@bats --recursive --timing --print-output-on-failure tests/integration/
|
||||
|
||||
.PHONY: manual
|
||||
manual:
|
||||
|
|
Loading…
Add table
Reference in a new issue