diff options
author | Hans Nilsson <[email protected]> | 2015-12-22 09:24:42 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-12-22 09:24:42 +0100 |
commit | c1fb23c857c0bbb6d3fd43952930f8e4e27594c1 (patch) | |
tree | 84f99fb92ea418c6417e8c65ea886ec33b416bfd | |
parent | 43dce4cd8807a749cc70172a525f8642369c45a4 (diff) | |
parent | 0f41fa2ed0f9ac4fea2756fd29361f5e160bd3dc (diff) | |
download | otp-c1fb23c857c0bbb6d3fd43952930f8e4e27594c1.tar.gz otp-c1fb23c857c0bbb6d3fd43952930f8e4e27594c1.tar.bz2 otp-c1fb23c857c0bbb6d3fd43952930f8e4e27594c1.zip |
Merge branch 'hans/ssh/ssh_benchmark_SUITE' into maint
* hans/ssh/ssh_benchmark_SUITE:
ssh: fix error (wrong suite) in test/ssh.spec
-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], |