On Sat, Oct 08, 2016 at 07:27:08PM +0200, Danny Milosavljevic wrote:
> > Also if guix build does fail executing some test - can I continue there 
> > somehow?
> 
> Uhhh... I mean: if a test fails, can I make guix open a shell there (with all 
> the right environment etc) so I can examine what's up, let me fix it and then 
> restart the phase?

You can approximate it with `guix build --keep-failed`.

Then, you could enter the directory of the failed build and do `guix
environment --container`. I think that should be a very similar
environment that you can repeat the tests in.

Reply via email to