build_script:
- make -j2 -sk
tests_script:
- - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check
+ - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check || cat ./test-suite.log || false
- /checks/check-built-plugins.sh
###
build_script:
- make -j2 -sk
tests_script:
- - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check
+ - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check || cat ./test-suite.log || false
- /checks/check-built-plugins.sh
build_script:
- make -j2 -sk
tests_script:
- - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check
+ - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check || cat ./test-suite.log || false
# build against libstatgrab, should always pass
- env:
build_script:
- make -j2 -sk
tests_script:
- - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check
+ - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check || cat ./test-suite.log || false
###
# Build using a range of compilers, available in debian/unstable. NB: might
build_script:
- make -j2 -sk
tests_script:
- - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check
+ - VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j2 -sk check || cat ./test-suite.log || false
- name: make check
continue-on-error: true
run: make check
+ - name: Dump test logs
+ run: |
+ cat ./test-suite.log || true
- name: install bzip2
continue-on-error: true
run: |
# Make check is failing on a few newer distros, temporarily mark it as optional until that is resolved
continue-on-error: true
run: make check
+ - name: Dump test logs
+ run: |
+ cat ./test-suite.log || true
- name: install bzip2
continue-on-error: true
run: |