Skip to content

Commit a1d5640

Browse files
Update scripts/install.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dadc34e commit a1d5640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python -c "import libcachesim"
5252
# Run tests
5353
python -m pip install pytest
5454
python -m pytest tests
55-
if [[ $CMAKE_ARGS == "-DENABLE_LRB=ON -DENABLE_GLCACHE=ON -DENABLE_3L_CACHE=ON" ]]; then
55+
if [[ "$CMAKE_ARGS" == *"-DENABLE_LRB=ON"* && "$CMAKE_ARGS" == *"-DENABLE_GLCACHE=ON"* && "$CMAKE_ARGS" == *"-DENABLE_3L_CACHE=ON"* ]]; then
5656
echo "Running tests for optional eviction algos..."
5757
python -m pytest tests -m "optional"
5858
fi

0 commit comments

Comments
 (0)