Skip to content

Commit

Permalink
tests: ignore libtracker-extract.so
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Dec 25, 2022
1 parent ce6f4ed commit 17a7ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ var toIgnore []string = []string{
"libgtk-4.so.1",
"libsystemd-shared-251.so",
"libcairo-sphinx.so",
}
"libtracker-extract.so",
}

func pruneOutput(out string) string {
for _, i := range toIgnore {
Expand Down

0 comments on commit 17a7ce3

Please sign in to comment.