]> granicus.if.org Git - vnstat/commitdiff
make number of executed tests visible
authorTeemu Toivola <git@humdi.net>
Sat, 17 Feb 2018 19:05:02 +0000 (21:05 +0200)
committerTeemu Toivola <git@humdi.net>
Sat, 17 Feb 2018 19:05:02 +0000 (21:05 +0200)
.travis.yml

index 0f3d531f09b216573d73affe3b7d8cbbbc3bb726..1899b8dd0deb6c8fa64d76724e889406a6cc7f93 100644 (file)
@@ -24,7 +24,7 @@ before_install:
  - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install gd check ; fi
 
 script:
- - CFLAGS='-Wall -Wextra -g' ./configure && make check || ( cat test.log ; exit 1 ) && ./vnstat --version
+ - CFLAGS='-Wall -Wextra -g' ./configure && make check || ( cat test.log ; exit 1 ) && egrep '^[0-9]+%' test.log && ./vnstat --version
 
 notifications:
   email: