diff --git a/.travis.sh b/.travis.sh index 94b67cb0..f95b62a6 100644 --- a/.travis.sh +++ b/.travis.sh @@ -79,8 +79,8 @@ check_package() ( # wc -l on OSX has some there... LINES=$(grep -v '* .*$' "$CHECK_LOG" | wc -l | sed -e 's/^[[:space:]]*//') echo "Lines: $LINES" - # 4 lines from the "attach" NOTE, 1 lines from the "Status" at the end - if [[ "_$LINES" != _5 ]]; then grep -v '* .*$' "$CHECK_LOG"; false; fi + # 8 lines from the "attach" NOTE, 1 lines from the "Status" at the end + if [[ "_$LINES" != _9 ]]; then grep -v '* .*$' "$CHECK_LOG"; false; fi ) test_kernel() (