mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
eval-fail-infinite-recursion-lambda: Reduce recursion depth
This prevents the test from failing in environments with a smaller configured stack size.
This commit is contained in:
parent
afdd12be5e
commit
1dc7c8e599
@ -29,7 +29,7 @@ error:
|
||||
| ^
|
||||
2|
|
||||
|
||||
(19997 duplicate frames omitted)
|
||||
(197 duplicate frames omitted)
|
||||
|
||||
error: stack overflow; max-call-depth exceeded
|
||||
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:
|
||||
|
@ -0,0 +1 @@
|
||||
--max-call-depth 100
|
Loading…
Reference in New Issue
Block a user