show full error if module eval failed
This commit is contained in:
parent
df61b815ef
commit
54d7059aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ rec {
|
|||
results = pkgs.lib.runTests tests;
|
||||
in
|
||||
if results != [ ] then
|
||||
builtins.throw (concatStringsSep "\n" (map resultToString (lib.traceValSeqN 3 results)))
|
||||
builtins.throw (concatStringsSep "\n" (map resultToString (lib.traceValSeq results)))
|
||||
else
|
||||
pkgs.runCommand "nix-flake-tests-success" { } "echo > $out";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue