[erlang-questions] common test hiding errors?

Wes James comptekki@REDACTED
Wed Aug 10 00:01:21 CEST 2011


On Tue, Aug 9, 2011 at 3:50 PM, Joel Reymont <joelr1@REDACTED> wrote:
> I'm using Common Test for OpenPoker integration tests.
>
> I just discovered that I'm calling a function that is not exported from a module.
>
> I only discovered this by inserting copious printouts into my code to figure out what part was crashing.
>
> Why and where did Common Test hide the 'undef'?
>
> It's nowhere to be found!


find . -name "*.erl" -exec grep undef {} \; -print

might help....

-wes



More information about the erlang-questions mailing list