pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP back in Debian


From: Ben Pfaff
Subject: Re: PSPP back in Debian
Date: Sat, 18 Feb 2012 09:28:59 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Ben Pfaff <address@hidden> writes:

> bojo42 <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]