Skip to content
Snippets Groups Projects
Commit e2576f9b authored by Daniel P. Berrangé's avatar Daniel P. Berrangé Committed by Alex Bennée
Browse files

travis: run tests in verbose mode


Travis sometimes fails a build because it produces no console output for
over 10 minutes. If this is due to a genuine hang, it would be useful to
have used verbose test output to see where it failed. If this is just
due to tests being very slow, having verbose output might allow the
build to succeed.

Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 4036878c
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ env:
global:
- SRC_DIR="."
- BUILD_DIR="."
- TEST_CMD="make check -j3"
- TEST_CMD="make check -j3 V=1"
git:
......@@ -250,6 +250,6 @@ matrix:
- env:
- CONFIG="--disable-system --disable-docs"
- TEST_CMD="make -j3 check-tcg"
- TEST_CMD="make -j3 check-tcg V=1"
dist: trusty
compiler: gcc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment