all repos — searchix @ 7930117bab052fc8598df7da83a0ac7ed5ca03e8

Search engine for NixOS, nix-darwin, home-manager and NUR users

test: skip if index is missing

Alan Pearce
commit

7930117bab052fc8598df7da83a0ac7ed5ca03e8

parent

bc98e6c53e70ef20db60e27078c95188829f51cf

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M internal/index/search_test.gointernal/index/search_test.go
@@ -52,7 +52,7 @@ t.Fatal(err)
} defer read.Close() if !read.Exists() { - t.Fatal("expected index to exist") + t.Skip("index does not exist") } ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
@@ -139,7 +139,7 @@ t.Fatal(err)
} defer read.Close() if !read.Exists() { - t.Fatal("expected index to exist") + t.Skip("index does not exist") } ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)