mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-09 22:25:33 +00:00
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:
parent
622bc036d6
commit
d48fa9d3a4
|
@ -21,7 +21,7 @@ setup_env() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure
|
./configure
|
||||||
make -j${JOBS} check
|
make -j${JOBS} check VERBOSE=1
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
Loading…
Reference in a new issue