1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04: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:
Eelco Dolstra 2024-06-13 13:55:42 +02:00
parent afdd12be5e
commit 1dc7c8e599
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -0,0 +1 @@
--max-call-depth 100