On Fri, Aug 15, 2014 at 7:52 AM, Ben Pfaff <[email protected]> wrote:
> Here is another way that may help you to get the information you need:
> the testsuite.log is often sufficient to debug problems, but the package
> as uploaded does not log it on failure.  By modifying debian/rules to
> log it, we will gain more information.  Here is, for example, how the
> openvswitch package does something similar:
>
> build-arch: build-arch-stamp
> build-arch-stamp: configure-stamp
>         $(MAKE) -C _debian
> ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
>         if $(MAKE) -C _debian check TESTSUITEFLAGS='$(PARALLEL)'; then :; \
>         else \
>                 cat _debian/tests/testsuite.log; \
>                 exit 1; \
>         fi
> endif
>         touch $@

I made this change myself. I'm uploading now. I hope that this helps us
find the issue.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
https://lists.debian.org/caa_g9+je13nb6blp_kbou8hnhsm7uqrky3renngcbqxsvk+...@mail.gmail.com

Reply via email to