diff options
author | Siri Hansen <[email protected]> | 2013-04-11 15:53:06 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-19 10:57:12 +0200 |
commit | 02e6d017104cdbd5cc8c4cf542b727ab621dad96 (patch) | |
tree | c96d6610a1fabaf940b4da025580e9a9475b3fa1 /lib/sasl/test | |
parent | b31b467e902c978284eaeca6a23e336d2301f42a (diff) | |
download | otp-02e6d017104cdbd5cc8c4cf542b727ab621dad96.tar.gz otp-02e6d017104cdbd5cc8c4cf542b727ab621dad96.tar.bz2 otp-02e6d017104cdbd5cc8c4cf542b727ab621dad96.zip |
[reltool] Remove erlang:port_close/1 for node port
Test nodes are started with erlang:open_port/2, using the -detached
option to erl. -detached causes the port returned from open_port/2 to
be closed automatically. Some test cases failed occasionally with a
badarg when attempting to close the port with erlang:port_close/1. To
avoid this the call to port_close/1 is now removed.
Diffstat (limited to 'lib/sasl/test')
0 files changed, 0 insertions, 0 deletions