diff options
author | mattip <matti.picus@gmail.com> | 2019-11-03 15:30:16 -0500 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-03 15:30:16 -0500 |
commit | 537bca899bf9eff5af852632efc338d11e8f1061 (patch) | |
tree | ee29915ede064a4551a826b0585db5c39df86dba /tools | |
parent | 2be03c8d25b14b654064e953feac7d210e6bd44d (diff) | |
download | numpy-537bca899bf9eff5af852632efc338d11e8f1061.tar.gz |
BUILD: ignore more build.log warnings
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index e04a33143..f49432d63 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -53,7 +53,7 @@ setup_base() $PYTHON setup.py build build_src --verbose-cfg build_ext --inplace 2>&1 | tee log fi grep -v "_configtest" log \ - | grep -vE "ld returned 1|no previously-included files matching|manifest_maker: standard file '-c'" \ + | grep -vE "ld returned 1|no files found matching|no previously-included files matching|manifest_maker: standard file '-c'" \ | grep -E "warning\>" \ | tee warnings if [ "$LAPACK" != "None" ]; then |