Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m-atalla committed Jul 5, 2024
1 parent fc75689 commit fb600bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-suite/sanity_check.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ perform_vector_comparison() {
exit 1
fi

# SQLite tests only if its enabled
# SQLite tests only if its enabled
if [[ "@ENABLE_SQLITE@" == "ON" ]]; then
if [[ ! -e "$SQLITE_VIR" ]]; then
echo -e "$(tput bold)${RED}[Error] No embeddings are generated for SQLite benchmark.${NC}"
Expand Down

0 comments on commit fb600bf

Please sign in to comment.