diff options
author | Martin Willi <martin@revosec.ch> | 2014-04-02 11:36:19 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 16:34:16 +0200 |
commit | c572401b3474cc003bcbc202921e97f7f67adaeb (patch) | |
tree | 88d8e8b50e86a3fdcc85a6b3fcad400b7ed072bd /scripts | |
parent | f48c26bce314684a11fbe5b4d9124a8ed3997c2a (diff) | |
download | strongswan-c572401b3474cc003bcbc202921e97f7f67adaeb.tar.bz2 strongswan-c572401b3474cc003bcbc202921e97f7f67adaeb.tar.xz |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 103b41103..7c1dc89ac 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" |