diff options
Diffstat (limited to 'tools/travis-test.sh')
-rwxr-xr-x | tools/travis-test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index e04a33143..549a2d570 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -53,7 +53,9 @@ 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" \ + | grep -vE "no previously-included files matching" \ + | grep -vE "manifest_maker: standard file '-c'" \ | grep -E "warning\>" \ | tee warnings if [ "$LAPACK" != "None" ]; then |