From c572401b3474cc003bcbc202921e97f7f67adaeb Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 2 Apr 2014 11:36:19 +0200 Subject: [PATCH] travis: Build "all" tests without Windows HTTP fetcher We don't include it in the Windows build test either, as MinGW does not come with -lwinhttp. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 103b411031..7c1dc89ac6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -35,7 +35,7 @@ all) --disable-lock-profiler --disable-maemo --disable-padlock --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen --disable-svc --disable-dbghelp-backtraces --disable-socket-win - --disable-kernel-wfp --disable-kernel-iph" + --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt" -- 2.47.3