refractor: update aa-log to the new structure.

This commit is contained in:
Alexandre Pujol 2023-04-16 23:33:07 +01:00
parent 400ecc52f5
commit 322866d902
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 8 additions and 601 deletions

View file

@ -49,7 +49,7 @@ tests:
- chmod 755 /usr/bin/journalctl
- mkdir -p /var/log/audit/
- touch /var/log/audit/audit.log /var/log/audit/audit.log.1
- go test ./cmd/aa-log -v -cover -coverprofile=coverage.out
- go test ./cmd/... ./pkg/... -v -cover -coverprofile=coverage.out
- go tool cover -func=coverage.out