Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-06 Thread Ludovic Courtès
Mathieu Lirzin skribis: > As suggested, I've created a “wip-check” for this patch. Cool. [...] >> Is GNU cpio available in $PATH? Which version is that? Could you run >> this test in ‘master’ to see if the problem shows up? > > Yeah the test pass in master. So I suppose I can leave the burd

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-05 Thread Mathieu Lirzin
Hi, As suggested, I've created a “wip-check” for this patch. l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > One caveat is that ‘tests/cpio.scm‘ is now failing. >>> >>> Why is that? Does it relate to this change? >>

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-02 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >>> One caveat is that ‘tests/cpio.scm‘ is now failing. >> >> Why is that? Does it relate to this change? > > I didn't try to debug the problem but it has appeared when I started > messing with redirection of the output/err

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-02 Thread Ludovic Courtès
LAGS Great. > From 8a1f52e08c8d33a33066271f0f39d6072baf9854 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Mon, 26 Oct 2015 23:47:24 +0100 > Subject: [PATCH] build: Add a scheme custom test driver using SRFI-64. > > This provides support for multiple scheme test cases i

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-01 Thread Mathieu Lirzin
patch with the implementation of what is described above. As a bonus There is a bug fix for the ‘--color-tests’ option and a few docstring/comment changes. -- Mathieu Lirzin >From 8a1f52e08c8d33a33066271f0f39d6072baf9854 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 26 Oct 2015 23:

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-01 Thread Mathieu Lirzin
art using it and testing it for a while in Guix, and > eventually submit it for inclusion in Gnulib once we are more confident. So you recommend to add ”this file is part of GNU Guix” and use “GNU Guix” instead of “this program” for now? >> From 977e0586a6689df204fd9b522f8508ec31

Re: [PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-01 Thread Ludovic Courtès
d start using it and testing it for a while in Guix, and eventually submit it for inclusion in Gnulib once we are more confident. > From 977e0586a6689df204fd9b522f8508ec318180c0 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Mon, 26 Oct 2015 23:47:24 +0100 > Subject: [PATCH] buil

[PATCH] build: Add a scheme custom test driver using SRFI-64.

2015-11-01 Thread Mathieu Lirzin
o challenge and improve it, but IMO it will be better hosted elsewhere like in Gnulib. Opinions? Comments are welcome! -- Mathieu Lirzin >From 977e0586a6689df204fd9b522f8508ec318180c0 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 26 Oct 2015 23:47:24 +0100 Subject: [PATCH] build: