Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m-atalla committed Jul 8, 2024
1 parent df0b3c7 commit b1f49a0
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 @@ -101,7 +101,7 @@ perform_vector_comparison() {
if [[ "$ENABLE_SQLITE" == "ON" ]]; then
if [[ ! -e "$SQLITE_VIR" ]]; then
echo -e "$(tput bold)${RED}[Error] No embeddings are generated for SQLite benchmark.${NC}"
echo -e "Generated embedding file name: ${SQLITE_VIR}. \n $(ls -l)"
echo -e "Generated embedding file name: ${SQLITE_VIR}. \n $(ls ./temp_FA_llvm17_p -l)"
exit 1
fi
mv ${SQLITE_VIR} ${TEMP}/
Expand Down

0 comments on commit b1f49a0

Please sign in to comment.