Re: [PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-05 Thread Leo Famulari
On Thu, Jan 05, 2017 at 02:31:41PM +0100, Marius Bakke wrote: > Danny Milosavljevic writes: > > > * guix/build/python-build-system.scm (check): Properly inform caller about > > test status. > This is fixed with e46a043ecd9f9ef46d1d44393362bb7016454544 from the >

Re: [PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * guix/build/python-build-system.scm (check): Properly inform caller about > test status. > --- > guix/build/python-build-system.scm | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git

Re: [PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-05 Thread Hartmut Goebel
Am 05.01.2017 um 00:30 schrieb Danny Milosavljevic: >;; build/lib in some cases, e.g. if the source is in a sub-directory >;; (given with `package_dir`). This will by copied to the output, too, >;; so we need to remove. Maybe you could take the change updating my bad

[PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-04 Thread Danny Milosavljevic
* guix/build/python-build-system.scm (check): Properly inform caller about test status. --- guix/build/python-build-system.scm | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm index