mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-23 08:22:57 +00:00
Fix Travis build by running tests as root
A recent configuration change made it necessary to run our tests on Travis as root. This change also increases the timeout of ParallelChildCrashesDontHang to make it pass in Travis virtualized containers. Bug: google-breakpad:753 Change-Id: I6ca8ff4513c6ea3e0646f22457f28b5c4fca6654 Reviewed-on: https://chromium-review.googlesource.com/890564 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
committed by
Ted Mielczarek
parent
6bb6c9b26a
commit
49907e1c34
@@ -43,7 +43,7 @@ coverity_scan() {
|
||||
|
||||
# Do an in-tree build and make sure tests pass.
|
||||
build() {
|
||||
./configure
|
||||
./configure --with-tests-as-root
|
||||
make -j${JOBS} check VERBOSE=1
|
||||
make distclean
|
||||
}
|
||||
@@ -52,7 +52,7 @@ build() {
|
||||
build_out_of_tree() {
|
||||
mkdir -p build/native
|
||||
pushd build/native >/dev/null
|
||||
../../configure
|
||||
../../configure --with-tests-as-root
|
||||
make -j${JOBS} distcheck VERBOSE=1
|
||||
popd >/dev/null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user