Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: scripts/travis-build.sh

Issue 1900133002: Pass VERBOSE=1 to make check in travis to get failing test output (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/travis-build.sh
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index d41f7ed00fcd9892078aedc635862ccd62a1a904..3681f1b5cfaf1654945dc6d760acc954893f9f82 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() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698