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 .
This commit is contained in:
Ted Mielczarek 2016-04-19 15:19:32 -04:00
parent 622bc036d6
commit d48fa9d3a4

View File

@ -21,7 +21,7 @@ setup_env() {
build() {
./configure
make -j${JOBS} check
make -j${JOBS} check VERBOSE=1
}
main() {