Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-11-15 Thread Hartmut Goebel
Am 15.11.2016 um 22:13 schrieb Leo Famulari: > Hartmut, can you push this to the recently created "staging" branch? Done. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-11-15 Thread Leo Famulari
On Thu, Oct 13, 2016 at 10:12:01PM +0200, Ludovic Courtès wrote: > Hartmut Goebel skribis: > > > * guix/build/cmake-build-system.scm (cmake-build-system): Set > > environment variable CTEST_OUTPUT_ON_FAILURE to an non-empty value. > > It’s a good idea, but it

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-10-18 Thread Hartmut Goebel
Am 17.10.2016 um 22:14 schrieb Ludovic Courtès: > Once ‘core-updates’ is merged (hopefully in a few days), we could start > a ‘staging’ branch and put changes that require between ~300 and ~1200 > rebuilds. The idea would be to close the branch much more quickly than > core-updates (the changes

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-10-17 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 13.10.2016 um 22:12 schrieb Ludovic Courtès: >> It’s a good idea, but it would entail a rebuild of 1,000+ packages. Can >> you save it for the next big-rebuild cycle? > > No problem. > > Still have to learn what "next big-rebuild cycle"

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-10-14 Thread Hartmut Goebel
Am 13.10.2016 um 22:12 schrieb Ludovic Courtès: > It’s a good idea, but it would entail a rebuild of 1,000+ packages. Can > you save it for the next big-rebuild cycle? No problem. Still have to learn what "next big-rebuild cycle" means. Is there a branch for it? -- Regards Hartmut Goebel |

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-10-13 Thread Ludovic Courtès
Hartmut Goebel skribis: > * guix/build/cmake-build-system.scm (cmake-build-system): Set > environment variable CTEST_OUTPUT_ON_FAILURE to an non-empty value. It’s a good idea, but it would entail a rebuild of 1,000+ packages. Can you save it for the next

[PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-10-10 Thread Hartmut Goebel
* guix/build/cmake-build-system.scm (cmake-build-system): Set environment variable CTEST_OUTPUT_ON_FAILURE to an non-empty value. --- guix/build/cmake-build-system.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/build/cmake-build-system.scm b/guix/build/cmake-build-system.scm