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 a7e596e commit 12faa1cCopy full SHA for 12faa1c
scripts/ci/test_extensions.sh
@@ -33,7 +33,7 @@ set +e
33
for ext in $output; do
34
echo
35
# Use regex to detect if $ext is in $ignore_list
36
- if [[ $ignore_list =~ $ext ]]; then
+ if [[ " $ignore_list " =~ " $ext " ]]; then
37
echo "Ignore extension: $ext"
38
continue
39
fi
0 commit comments