From 7e534f1cc45972e456ed6d4821b32df57e54382c Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Sun, 11 Sep 2016 11:19:45 -0400 Subject: [PATCH] fix number of lines of note fixup! fix number of lines of note --- .travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() (