We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadc34e commit a1d5640Copy full SHA for a1d5640
scripts/install.sh
@@ -52,7 +52,7 @@ python -c "import libcachesim"
52
# Run tests
53
python -m pip install pytest
54
python -m pytest tests
55
-if [[ $CMAKE_ARGS == "-DENABLE_LRB=ON -DENABLE_GLCACHE=ON -DENABLE_3L_CACHE=ON" ]]; then
+if [[ "$CMAKE_ARGS" == *"-DENABLE_LRB=ON"* && "$CMAKE_ARGS" == *"-DENABLE_GLCACHE=ON"* && "$CMAKE_ARGS" == *"-DENABLE_3L_CACHE=ON"* ]]; then
56
echo "Running tests for optional eviction algos..."
57
python -m pytest tests -m "optional"
58
fi
0 commit comments