diff options
author | Hans Nilsson <[email protected]> | 2018-02-08 17:06:44 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-02-20 12:54:36 +0100 |
commit | 83cd7724b244a4d5dd3efbdbb66811e781136ac9 (patch) | |
tree | 69a89094f3bce2f04fae1b23e953276c3cac13d6 /lib/ssh/test | |
parent | 19265ed2beb0da5d02ed76456beda694ad98399a (diff) | |
download | otp-83cd7724b244a4d5dd3efbdbb66811e781136ac9.tar.gz otp-83cd7724b244a4d5dd3efbdbb66811e781136ac9.tar.bz2 otp-83cd7724b244a4d5dd3efbdbb66811e781136ac9.zip |
ssh: Dont repeat supervisor defaults in map fields
Diffstat (limited to 'lib/ssh/test')
-rw-r--r-- | lib/ssh/test/ssh_options_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_options_SUITE.erl b/lib/ssh/test/ssh_options_SUITE.erl index 144ec7f8fd..e1357c3a18 100644 --- a/lib/ssh/test/ssh_options_SUITE.erl +++ b/lib/ssh/test/ssh_options_SUITE.erl @@ -219,7 +219,9 @@ end_per_testcase(_TestCase, Config) -> end_per_testcase(Config). end_per_testcase(_Config) -> + ct:log("~p: Before ssh:stop()",[?FUNCTION_NAME]), ssh:stop(), + ct:log("~p: After ssh:stop()",[?FUNCTION_NAME]), ok. %%-------------------------------------------------------------------- |