[erlang-questions] Probably a dumb eunit question

Magnus Henoch magnus@REDACTED
Mon Oct 1 14:27:01 CEST 2012


Rudolph van Graan <rvg.mailing@REDACTED> writes:

> I have one test case that fails because something it calls crashes. I
> see this output after running the test:
>
> ======================== EUnit ========================
> *failed*
> ::undef
> =======================================================
> Failed: 1. Skipped: 0. Passed: 0.

[...]

> My question is... what am I doing wrong so that I don't get the crash
> stack and details when I just use assertMatch(...) ?

Are you using R15B or R15B01?  The lack of stack traces in eunit is a
known problem, fixed in R15B02.

Regards,
Magnus



More information about the erlang-questions mailing list