Skip to content

Commit

Permalink
fix number of lines of note
Browse files Browse the repository at this point in the history
fixup! fix number of lines of note
  • Loading branch information
randy3k committed Sep 11, 2016
1 parent 50bfda2 commit 7e534f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.sh
Expand Up @@ -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() (
Expand Down

0 comments on commit 7e534f1

Please sign in to comment.