Files
nixpkgs/pkgs/test/problems/default.nix
Andreas Rammhold 717e330f8e tests.problems: only match on the error message
This drops matching on the truncated stack trace marker as that only
appears if the stack trace is actually long enough. In some cases the
stack trace is simply too short so Nix prints it out entirely. Then
the tests fail and I'm unhappy.

This was caused by a90d993610 which to the best of my understanding
forces the error message very early in the eval and thus doesn't have
a very long stack trace.
2026-07-24 11:39:29 +02:00

2.3 KiB