Ben Pfaff <[email protected]> writes:

> bojo42 <[email protected]> writes:
>
>> AFAIK it's not possible, cause they delete the chroots of the build is
>> "done". We could hack debian/rules to post it to the general build logs,
>> but that we mean a reupload and it's nasty.
>>
>> Ben, what do you think?
>
> We should probably add a "cat testsuite.log" to debian/rules for
> at least the failure case.  This is what I had to do for the Open
> vSwitch Debian packaging in a similar case.

Here's what Open vSwitch does in debian/rules:

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        if $(MAKE) -C _debian check TESTSUITEFLAGS='$(PARALLEL)'; then :; \
        else \
                cat _debian/tests/testsuite.log; \
                exit 1; \
        fi
endif

(OVS does its build in a subdirectory called _debian.)
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to