From: Martin Willi Date: Wed, 7 May 2014 12:11:35 +0000 (+0200) Subject: travis: --disable-aikgen in "all" tests X-Git-Tag: 5.2.0dr3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dba3c649da9eae16b82e502eddb7efe11f3e3ae4;p=thirdparty%2Fstrongswan.git travis: --disable-aikgen in "all" tests aikgen has a hard dependency on TrouSerS, which we currently don't have in the travis build. --- diff --git a/scripts/test.sh b/scripts/test.sh index 5e95faa928..a6804ff91e 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -31,7 +31,7 @@ all) CONFIG="--enable-all --disable-android-dns --disable-android-log --disable-dumm --disable-kernel-pfroute --disable-keychain --disable-lock-profiler --disable-maemo --disable-padlock - --disable-osx-attr --disable-tkm --disable-uci" + --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt"