aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-05-07 14:11:35 +0200
committerMartin Willi <martin@revosec.ch>2014-05-07 14:12:13 +0200
commitdba3c649da9eae16b82e502eddb7efe11f3e3ae4 (patch)
tree5959cbd937e517fb811cd29e897a612e3494231a /scripts
parent41a4d5a4a63b8bc4c0e762df3ec8f8c0df965d62 (diff)
downloadstrongswan-dba3c649da9eae16b82e502eddb7efe11f3e3ae4.tar.bz2
strongswan-dba3c649da9eae16b82e502eddb7efe11f3e3ae4.tar.xz
travis: --disable-aikgen in "all" tests
aikgen has a hard dependency on TrouSerS, which we currently don't have in the travis build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 5e95faa92..a6804ff91 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"