diff options
author | Hans Nilsson <[email protected]> | 2015-12-22 09:25:14 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-12-22 09:25:14 +0100 |
commit | f7dabb38a90382bb1d0988468aaaa03dd7223038 (patch) | |
tree | 46e3ba97fc189877b1b1566d073aa8c06a02781a /lib | |
parent | fee079b52b6e71f2062dece66eeb610775ca4853 (diff) | |
parent | c1fb23c857c0bbb6d3fd43952930f8e4e27594c1 (diff) | |
download | otp-f7dabb38a90382bb1d0988468aaaa03dd7223038.tar.gz otp-f7dabb38a90382bb1d0988468aaaa03dd7223038.tar.bz2 otp-f7dabb38a90382bb1d0988468aaaa03dd7223038.zip |
Merge branch 'maint'
* maint:
ssh: fix error (wrong suite) in test/ssh.spec
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec index a3296d97a1..271a5ecbaf 100644 --- a/lib/ssh/test/ssh.spec +++ b/lib/ssh/test/ssh.spec @@ -1,6 +1,6 @@ {suites,"../ssh_test",all}. {skip_cases, "../ssh_test", - ssl_benchmark_SUITE, [openssh_shell,erl_shell], + ssh_benchmark_SUITE, [openssh_shell,erl_shell], "Benchmarks run separately"}. {skip_cases,"../ssh_test",ssh_ssh_SUITE, [ssh], |