]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Fix output test_atomic*.log content
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 19:28:44 +0000 (22:28 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 19:28:47 +0000 (22:28 +0300)
(fix commit 8b287a7)

.travis.yml

index 30fbb7005b2852cd0aeec44324692415c9c7d0c1..e03eb8881d116a0c12905cf8d96ce6390a42b668 100644 (file)
@@ -36,7 +36,7 @@ install:
 
 script:
   - make -j check CFLAGS_EXTRA="$CFLAGS_EXTRA"
-  - cat tests/test_atomic*.log
+  - if [ -f tests/test_atomic.log ]; then cat tests/test_atomic*.log; fi
 
 after_success:
   - if [[ "$ENABLE_GCOV" == "--enable-gcov" ]]; then lcov --directory src --capture --output-file coverage.info; fi