]> granicus.if.org Git - libatomic_ops/commitdiff
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 8b287a7ecbe38f from 'master' branch.)

.travis.yml

index 439fe09aa09641a37a19b3bc71fc563e6f0883c9..631080daf7dd9e1785ab011f5dcddedfb7fce3a9 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