aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-10 15:00:09 +0200
committerHans Nilsson <[email protected]>2017-05-17 15:18:46 +0200
commit48a3dc284f0f214ffda9e32a9ef2282cace0e80b (patch)
tree42ba1f9b165f8e634e1a3570bab41cfea79430f1 /lib/ssh/test
parent55424641b4945b435f401f172742fe88d47ce4fb (diff)
downloadotp-48a3dc284f0f214ffda9e32a9ef2282cace0e80b.tar.gz
otp-48a3dc284f0f214ffda9e32a9ef2282cace0e80b.tar.bz2
otp-48a3dc284f0f214ffda9e32a9ef2282cace0e80b.zip
ssh: fix end_per_suite in property testcase
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_property_test_SUITE.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_property_test_SUITE.erl b/lib/ssh/test/ssh_property_test_SUITE.erl
index 9b2a84d8e4..5ea60d8a8f 100644
--- a/lib/ssh/test/ssh_property_test_SUITE.erl
+++ b/lib/ssh/test/ssh_property_test_SUITE.erl
@@ -55,6 +55,9 @@ groups() ->
init_per_suite(Config) ->
ct_property_test:init_per_suite(Config).
+end_per_suite(Config) ->
+ Config.
+
%%% One group in this suite happens to support only QuickCheck, so skip it
%%% if we run proper.
init_per_group(client_server, Config) ->