diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-01-12 18:25:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-31 14:25:28 +0200 |
commit | b4528110c647b6fe9389730826941bea05801394 (patch) | |
tree | 774b2dfa2eb9051221daefa2c29aff8cab5ce123 /doc | |
parent | 56b8f56788b082fc54dedbb003b2891294dd6c22 (diff) | |
download | guix-b4528110c647b6fe9389730826941bea05801394.tar guix-b4528110c647b6fe9389730826941bea05801394.tar.gz |
daemon: rounds: Keep the differing output if -K is given.
Regardless of -K, we now also print which output differs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index cd4e550ef3..4222e011e5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -998,6 +998,10 @@ consecutive build results are not bit-for-bit identical. Note that this setting can be overridden by clients such as @command{guix build} (@pxref{Invoking guix build}). +When used in conjunction with @option{--keep-failed}, the differing +output is kept in the store, under @file{/gnu/store/@dots{}-check}. +This makes it easy to look for differences between the two results. + @item --debug Produce debugging output. |