>From 61bcd6fd789d5668360ea9fe3b35c5adde43da10 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 29 Sep 2015 12:57:24 +0200 Subject: [PATCH 3/3] CI: Run integration tests on debian testing --- contrib/ci/deps.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index 0c42e46260d679f01ad67f097f728047397fe33c..c9a8a6384a31c796a7b79e4f94d89f3e94ce6542 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -107,8 +107,15 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then xml-core xsltproc libssl-dev + fakeroot + libnss-wrapper + libuid-wrapper + python-pytest + python-ldap + ldap-utils + slapd ) - DEPS_INTGCHECK_SATISFIED=false + DEPS_INTGCHECK_SATISFIED=true fi declare -a -r DEPS_LIST -- 2.5.0