mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
travis: disable threaded resolver for coverage build
This enables more tests. Closes
This commit is contained in:
parent
ce1b0da99e
commit
db4f42a6ff
@ -458,7 +458,7 @@ script:
|
|||||||
- |
|
- |
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
if [ "$T" = "coverage" ]; then
|
if [ "$T" = "coverage" ]; then
|
||||||
./configure --enable-debug --disable-shared --enable-code-coverage --enable-werror
|
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror
|
||||||
make
|
make
|
||||||
make TFLAGS=-n test-nonflaky
|
make TFLAGS=-n test-nonflaky
|
||||||
make "TFLAGS=-n -e" test-nonflaky
|
make "TFLAGS=-n -e" test-nonflaky
|
||||||
|
Loading…
x
Reference in New Issue
Block a user