aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-04-17 15:54:57 +0200
committerHans Nilsson <[email protected]>2018-04-19 14:01:33 +0200
commit231d5568b4bcd347144020508e66e31bf114258a (patch)
tree32324d7a3dc35becb9a5c71d36ec4ef70ad3da23
parent4b6b59d957615a68f8184ad073ff3928ef59f678 (diff)
downloadotp-231d5568b4bcd347144020508e66e31bf114258a.tar.gz
otp-231d5568b4bcd347144020508e66e31bf114258a.tar.bz2
otp-231d5568b4bcd347144020508e66e31bf114258a.zip
ssh: Declare serial for three test cases
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl
index d3f93c7382..1fa94bef11 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -106,12 +106,12 @@ groups() ->
]},
{basic, [], [{group,p_basic},
+ shell, shell_no_unicode, shell_unicode_string,
close,
known_hosts
]},
{p_basic, [parallel], [send, peername_sockname,
exec, exec_compressed,
- shell, shell_no_unicode, shell_unicode_string,
cli,
idle_time_client, idle_time_server, openssh_zlib_basic_test,
misc_ssh_options, inet_option, inet6_option]}