Skip to content

Commit eafc674

Browse files
ahuber21rfsaliev
authored andcommitted
update test filter
1 parent dff0b96 commit eafc674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/x86_64/test-cpp-runtime-bindings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ conda install -y -c conda-forge cmake=3.30.4 make=4.2 swig=4.0 "numpy>=2.0,<3.0"
3131
conda install -y -c conda-forge gxx_linux-64=14.2 sysroot_linux-64=2.17
3232
conda install -y mkl=2022.2.1 mkl-devel=2022.2.1
3333

34-
# TODO: point to root repo eventually
34+
# TODO: point to root repo eventually
3535
git clone -b svs-io https://github.com/ahuber21/faiss.git
3636
cd faiss
3737
sed -i "s|set(SVS_URL .*|set(SVS_URL \"file:///runtime_lib/svs-cpp-runtime-bindings${PLATFORM_NAME}.tar.gz\" CACHE STRING \"SVS URL\")|" faiss/CMakeLists.txt
@@ -46,7 +46,7 @@ cmake -DBUILD_TESTING=ON -DFAISS_ENABLE_SVS=ON -DFAISS_ENABLE_GPU=OFF ..
4646
make -j swigfaiss faiss_test
4747
echo "------------------------------------------------"
4848
echo " FAISS C++ tests: "
49-
./tests/faiss_test --gtest_filter=SVS.*
49+
./tests/faiss_test --gtest_filter="SVS.*:SVS_LL.*:SVS_NoLL.*"
5050
echo "------------------------------------------------"
5151
echo " FAISS python bindings: "
5252
cd faiss/python/

0 commit comments

Comments
 (0)