aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-09-24 15:53:46 +0200
committerMartin Willi <martin@revosec.ch>2014-09-24 17:35:16 +0200
commitab23a0f86a4b72b8aa7a48ed62575ff37f93d187 (patch)
tree3fe5cc75b601fe545bc92b5a64bdfcc0dcefdb2d /scripts
parenta336aefa896cc830ee4c10eb697bde2b0ad61764 (diff)
downloadstrongswan-ab23a0f86a4b72b8aa7a48ed62575ff37f93d187.tar.bz2
strongswan-ab23a0f86a4b72b8aa7a48ed62575ff37f93d187.tar.xz
travis: Disable soup in "all" test
On Ubuntu 12.04, there seems to be a resource leak related to pthread keys when initializing glib or related libraries more than once. With our repeated initialization for libstrongswan tests, we hit the following error: Lib (gthread-posix.c): Unexpected error from C library during 'pthread_key_create': Resource temporarily unavailable. The problem is not reproducible on a newer Gnome stack, hence we disable the glib based soup plugin until we have a more recent Ubuntu on Travis.
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 fafda6614..7d62953bb 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -34,7 +34,7 @@ all)
--disable-dumm --disable-kernel-pfroute --disable-keychain
--disable-lock-profiler --disable-maemo --disable-padlock
--disable-osx-attr --disable-tkm --disable-uci --disable-aikgen
- --disable-systemd
+ --disable-systemd --disable-soup
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
--disable-kernel-wfp --disable-kernel-iph --disable-winhttp"
if test "$LEAK_DETECTIVE" = "yes"; then