diff options
author | Ted Mielczarek <ted@mielczarek.org> | 2016-04-19 15:19:32 -0400 |
---|---|---|
committer | Ted Mielczarek <ted@mielczarek.org> | 2016-04-19 15:19:32 -0400 |
commit | d48fa9d3a4a4c927b20955745e09d6380e922ba5 (patch) | |
tree | 0e5de91fd29315507f0dc3ef6220150fb63570bc | |
parent | README: link to Travis CI build status (diff) | |
download | breakpad-d48fa9d3a4a4c927b20955745e09d6380e922ba5.tar.xz |
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 .
-rwxr-xr-x | scripts/travis-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |