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
Failed to generate hash of commit

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