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