guix/nix/libstore
Ludovic Courtès d591242808
daemon: Emit a 'build-succeeded' event in check mode.
Until now, something like "guix build sed -v1 --check" would not get a
'build-succeeded' event, which in turn meant that the spinner would not
be erased upon build completion.

* nix/libstore/build.cc (DerivationGoal::registerOutputs): When
'buildMode' is bmCheck and 'settings.printBuildTrace' emit a
"@ build-succeeded" trace upon success.
* tests/store.scm ("build-succeeded trace in check mode"): New test.
2019-02-06 23:06:18 +01:00
..
.gitignore
build.cc daemon: Emit a 'build-succeeded' event in check mode. 2019-02-06 23:06:18 +01:00
builtins.cc daemon: Add "/guix" to default 'nixLibexecDir'. 2019-02-04 16:20:01 +01:00
builtins.hh
derivations.cc
derivations.hh
gc.cc daemon: Add "/guix" to default 'nixLibexecDir'. 2019-02-04 16:20:01 +01:00
globals.cc daemon: Remove the 'NIX_SUBSTITUTERS' environment variable. 2019-02-04 16:20:01 +01:00
globals.hh daemon: Remove unused 'NIX_DATA_DIR' environment variable. 2019-02-04 00:03:30 +01:00
local-store.cc daemon: Add "/guix" to default 'nixLibexecDir'. 2019-02-04 16:20:01 +01:00
local-store.hh
misc.cc
misc.hh
optimise-store.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
sqlite.cc
sqlite.hh
store-api.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
store-api.hh
worker-protocol.hh daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00