[erlang-questions] Re: Automated Erlang Builds with CruiseControl

Jeremy Raymond jeraymond@REDACTED
Wed Dec 16 14:27:07 CET 2009


Oops, wrong thread.

On Wed, Dec 16, 2009 at 8:26 AM, Jeremy Raymond <jeraymond@REDACTED> wrote:

> Actually the version of Erlang I'm using is newer and has init:stop/1
> available. I've update my build script to use it.
>
> Thanks again,
>
> Jeremy
>
>
> On Wed, Dec 16, 2009 at 7:20 AM, Magnus Henoch <
> magnus@REDACTED> wrote:
>
>> Jeremy Raymond <jeraymond@REDACTED> writes:
>>
>> > I've automated my build process using CruiseControl to build my Erlang
>> > project. The build works fine but my EUnit test output isn't recognized
>> unit
>> > tests. Has anyone done this before and know how to get the EUnit test
>> output
>> > to show?
>>
>> Try the eunit_surefire module:
>> http://www.erlang.org/doc/man/eunit_surefire.html
>>
>> It outputs results in an XML format commonly called the "JUnit" format.
>> (From what I've read, it seems it was actually invented for Ant, but
>> never implemented in JUnit itself.)
>>
>> --
>> Magnus Henoch, magnus@REDACTED
>> Erlang Training and Consulting
>> http://www.erlang-consulting.com/
>>
>> ________________________________________________________________
>> erlang-questions mailing list. See http://www.erlang.org/faq.html
>> erlang-questions (at) erlang.org
>>
>>
>


More information about the erlang-questions mailing list