diff options
author | Hans Nilsson <[email protected]> | 2015-12-22 09:14:21 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-12-22 09:14:21 +0100 |
commit | 0f41fa2ed0f9ac4fea2756fd29361f5e160bd3dc (patch) | |
tree | 84f99fb92ea418c6417e8c65ea886ec33b416bfd /lib/ssh | |
parent | 74faca0ac7e9e4f1d44ec43749aafe125d8a6371 (diff) | |
download | otp-0f41fa2ed0f9ac4fea2756fd29361f5e160bd3dc.tar.gz otp-0f41fa2ed0f9ac4fea2756fd29361f5e160bd3dc.tar.bz2 otp-0f41fa2ed0f9ac4fea2756fd29361f5e160bd3dc.zip |
ssh: fix error (wrong suite) in test/ssh.spec
Diffstat (limited to 'lib/ssh')
-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], |