Skip to content

Commit

Permalink
ctags: ignore SCIP ctags path in build test (#701)
Browse files Browse the repository at this point in the history
This prevents local test failures when `SCIP_CTAGS_COMMAND` is set.
  • Loading branch information
jtibshirani authored Nov 21, 2023
1 parent b93ad77 commit 0959170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func TestFlags(t *testing.T) {
ignored := []cmp.Option{
// depends on $PATH setting.
cmpopts.IgnoreFields(Options{}, "CTagsPath"),
cmpopts.IgnoreFields(Options{}, "ScipCTagsPath"),
cmpopts.IgnoreFields(Options{}, "changedOrRemovedFiles"),
cmpopts.IgnoreFields(zoekt.Repository{}, "priority"),
}
Expand Down

0 comments on commit 0959170

Please sign in to comment.