feat(aa-log): add --raw option.

This commit is contained in:
Alexandre Pujol 2023-09-24 19:50:15 +01:00
parent 64564095e6
commit 99d1a4e302
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 44 additions and 2 deletions

View file

@ -78,7 +78,7 @@ func TestSelectLogFile(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := SelectLogFile(tt.path); got != tt.want {
t.Errorf("getLogFile() = %v, want %v", got, tt.want)
t.Errorf("SelectLogFile() = %v, want %v", got, tt.want)
}
})
}