[erlang-patches] Fix handling of archive (.ez) files in code:clash/0

Björn Gustavsson bgustavsson@REDACTED
Fri Feb 5 14:57:08 CET 2010


2010/2/5 Tuncer Ayaz <tuncer.ayaz@REDACTED>:
>> diff --git a/lib/kernel/test/code_SUITE.erl b/lib/kernel/test/code_SUITE.erl
>> index c8063ca..7712973 100644
>> --- a/lib/kernel/test/code_SUITE.erl
>> +++ b/lib/kernel/test/code_SUITE.erl
>> @@ -48,7 +48,7 @@ all(suite) ->
>>      delete, purge, soft_purge, is_loaded, all_loaded,
>>      load_binary, dir_req, object_code, set_path_file,
>>      pa_pz_option, add_del_path,
>> -     dir_disappeared, ext_mod_dep,
>> +     dir_disappeared, ext_mod_dep, clash,
>
> Interesting as this was part of the rebased tree
> to be found as
> http://github.com/tuncer/otp/commit/585f77
> and also in a previous state
> http://github.com/tuncer/otp/commit/5fcd29

Disregard my previous answer.

You exported clash/1, but didn't add it
to the list of test cases to run. That's what
my patch corrects.

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list