TT#71052 Improve testing

Add missing dependencies, so that we can properly test everything. And
remove the override to disable testing during the package build.

Change-Id: I298a09af6c91ad27cffd740d35c5f211bbb20000
changes/43/35443/1
Guillem Jover 7 years ago
parent 3e8b1b5bad
commit 8cc05b5803

3
debian/control vendored

@ -7,18 +7,21 @@ Build-Depends:
libmodule-build-perl,
perl,
Build-Depends-Indep:
libbareword-filehandles-perl <!nocheck>,
libboolean-perl,
libclone-perl,
libdata-visitor-perl,
libfailures-perl,
libfile-slurp-perl,
libhttp-message-perl,
libindirect-perl <!nocheck>,
libjson-perl,
liblog-any-adapter-filehandle-perl,
liblog-any-adapter-perl,
liblog-any-perl,
libmime-types-perl,
libmoo-perl,
libmultidimensional-perl <!nocheck>,
libsafe-isa-perl,
libstrictures-perl,
libtest-fatal-perl,

3
debian/rules vendored

@ -2,6 +2,3 @@
%:
dh $@
override_dh_auto_test:
echo "skipping as it is failing currently"

@ -5,25 +5,28 @@ FROM docker.mgm.sipwise.com/sipwise-buster:latest
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2019-06-27
ENV REFRESHED_AT 2019-11-20
# files that get-code generates
COPY t/sources.list.d/builddeps.list /etc/apt/sources.list.d/
COPY t/sources.list.d/preferences /etc/apt/preferences.d/
RUN apt-get update && apt-get install --assume-yes perl \
libbareword-filehandles-perl \
libboolean-perl \
libclone-perl \
libdata-visitor-perl \
libfailures-perl \
libfile-slurp-perl \
libhttp-message-perl \
libindirect-perl \
libjson-perl \
liblog-any-adapter-callback-perl \
liblog-any-adapter-filehandle-perl \
liblog-any-perl \
libmime-types-perl \
libmoo-perl \
libmultidimensional-perl \
libsafe-isa-perl \
libstrictures-perl \
libtap-formatter-junit-perl \

Loading…
Cancel
Save