]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
travis: Show the gunit log on failure
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Jul 2020 18:06:15 +0000 (12:06 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Jul 2020 18:08:13 +0000 (12:08 -0600)
When a failure occurs in TravisCI, we currently show only the
test-suite.log from the functional tests.  This commit also displays
the googletest test-suite.log.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.travis.yml

index 72e202b1c98cd9feb54f1fcb7036627ee59129c8..495a4a41c9942fa031919fea6df8d51bbe1608b0 100644 (file)
@@ -57,6 +57,7 @@ script:
 
 after_failure:
   - cat tests/ftests/test-suite.log
+  - cat tests/gunit/test-suite.log
 
 after_success:
   - coveralls --exclude tests --exclude googletest --exclude samples --gcov-options '\-lp'