From d48fa9d3a4a4c927b20955745e09d6380e922ba5 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Tue, 19 Apr 2016 15:19:32 -0400 Subject: Pass VERBOSE=1 to make check in travis to get failing test output R=vapier@chromium.org BUG= Review URL: https://codereview.chromium.org/1900133002 . --- scripts/travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index d41f7ed0..3681f1b5 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -21,7 +21,7 @@ setup_env() { build() { ./configure - make -j${JOBS} check + make -j${JOBS} check VERBOSE=1 } main() { -- cgit v1.2.1