aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index bc09c76d4..2c8872ce4 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -31,7 +31,8 @@ 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-aikgen"
+ --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen
+ --disable-svc --disable-dbghelp-backtraces"
if test "$LEAK_DETECTIVE" = "yes"; then
# libgcrypt can't be deinitialized
CONFIG="$CONFIG --disable-gcrypt"