aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTed Mielczarek <ted@mielczarek.org>2016-04-19 15:19:32 -0400
committerTed Mielczarek <ted@mielczarek.org>2016-04-19 15:19:32 -0400
commitd48fa9d3a4a4c927b20955745e09d6380e922ba5 (patch)
tree0e5de91fd29315507f0dc3ef6220150fb63570bc /scripts
parentREADME: link to Travis CI build status (diff)
downloadbreakpad-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 .
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
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() {