feat(aa-log): add --raw option.
This commit is contained in:
parent
64564095e6
commit
99d1a4e302
3 changed files with 44 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue