mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
test: Move unusual-logging to run only in logging test case
(cherry picked from commit 1421420e86
)
This commit is contained in:
parent
c951bb0689
commit
6b2722fc84
3 changed files with 19 additions and 15 deletions
|
@ -28,3 +28,6 @@ outp="$(nix-build -E \
|
|||
test -d "$outp"
|
||||
|
||||
nix log "$outp"
|
||||
|
||||
# Build works despite ill-formed structured build log entries.
|
||||
expectStderr 0 nix build -f ./logging/unusual-logging.nix --no-link | grepQuiet 'warning: Unable to handle a JSON message from the derivation builder:'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue