|
@@ -140,6 +140,9 @@ do
|
|
if grep -q "\-so_wrap." <<< $file; then
|
|
if grep -q "\-so_wrap." <<< $file; then
|
|
continue;
|
|
continue;
|
|
fi
|
|
fi
|
|
|
|
+ if grep -q "tests/python_build" <<< $file; then
|
|
|
|
+ continue;
|
|
|
|
+ fi
|
|
|
|
|
|
# ignore file if we do check for file extensions and the file
|
|
# ignore file if we do check for file extensions and the file
|
|
# does not match any of the extensions specified in $FILE_EXTS
|
|
# does not match any of the extensions specified in $FILE_EXTS
|