Travis CI: Output test_atomic*.log content if available
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 18:46:57 +0000 (21:46 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 11:41:39 +0000 (14:41 +0300)
(Cherry-pick commits 8b287a7, ecbe38f from 'master' branch.)

.travis.yml

index 439fe09..631080d 100644 (file)
@@ -32,3 +32,4 @@ install:
 
 script:
   - make -j check CFLAGS_EXTRA="$CFLAGS_EXTRA $CFLAGS_EXTRA_M"
+  - if [ -f tests/test_atomic.log ]; then cat tests/test_atomic*.log; fi