mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 05:15:42 +01: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() {
|
||||
./configure
|
||||
make -j${JOBS} check
|
||||
make -j${JOBS} check VERBOSE=1
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Loading…
Reference in New Issue
Block a user