Commit f252f02b authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2693 from bluca/verbose_check

Problem: coverage CI job does not print test errors
parents 2d2b5157 9ac244a6
......@@ -29,4 +29,4 @@ fi
pip install --user cpp-coveralls
# Build, check, and install from local source
( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make -j5 check && coveralls --exclude tests --build-root . --gcov-options '\-lp') || exit 1
( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make VERBOSE=1 -j5 check && coveralls --exclude tests --build-root . --gcov-options '\-lp') || exit 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment