[erlang-questions] Desperately looking for official Erlang tests results
Björn Gustavsson
bjorn@REDACTED
Thu Mar 2 14:40:08 CET 2017
On Thu, Mar 2, 2017 at 2:09 PM, Loïc Hoguin <essen@REDACTED> wrote:
> On 03/02/2017 01:37 PM, Björn Gustavsson wrote:
>>
>> A few tests cases will fail if you have not done
>> "make release". (One example is
>> xref_SUITE:md/1 in tools.)
>
>
> When should we do this exactly?
>
After building Erlang/OTP, do "make release". Then you will
have to run the Install script. On my Linux system the
commands would be:
make release
cd release/x86_64-unknown-linux-gnu
./Install `pwd`
When running the tests, started the released Erlang/OTP
system like this:
$ERL_TOP/release/x86_64-unknown-linux-gnu/bin/erl
(Then do ts:install(), ts:run() etc as in the instruction.)
> It is not mentioned here: https://github.com/erlang/otp/wiki/Running-tests
It is not mentioned because there are only a few test cases
that must be run in an installed system.
/Björn
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-questions
mailing list