fix eunit to print stacktrace correctly if test cases throw any exception
R15 adds file and lineno in the result of erlang:get_stacktrace/0, so
eunit should be updated accordingly to accomodate the new stacktrace format.
Fix eunit_lib:print_exception when erlang:get_stacktrace returns {M,F,A,[]}
More
1 pending Flattr microdonations
More from this creator
Commit on weicao/otp
Fix eunit_lib:print_exception when erlang:get_stacktrace returns {M,F,A,[]}
Fix a missed branch in my last patch, it's possible erlang:get_stacktr... [ github.com ]
Commit on erlang/otp
fix eunit to print stacktrace correctly if test cases throw any exception
R15 adds file and lineno in the result of erlang:get_stacktrace/0, so
eu... [ github.com ]
