ci: ensure journalctl exit a valid output.

This commit is contained in:
Alexandre Pujol 2022-08-19 20:56:53 +01:00
parent af603fbc62
commit 4d8439bea2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -42,6 +42,7 @@ tests:
stage: test
image: golang
script:
- echo '#!/usr/bin/env bash\nexit 0' > /usr/bin/journalctl
- go test ./cmd/aa-log -v -cover