diff options
author | Ingela Anderton Andin <[email protected]> | 2015-10-23 10:34:49 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-10-26 09:06:30 +0100 |
commit | 235bf943d762bfdb5638d23b3270f92c50050b0a (patch) | |
tree | 902cf0d0840c896e8dc7df7ab26bf2e284fc39cc /lib/kernel | |
parent | 8377afdf5f56d018a1b439bbccc918ce123a834b (diff) | |
download | otp-235bf943d762bfdb5638d23b3270f92c50050b0a.tar.gz otp-235bf943d762bfdb5638d23b3270f92c50050b0a.tar.bz2 otp-235bf943d762bfdb5638d23b3270f92c50050b0a.zip |
erts: Include test in group so that it is run
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/test/gen_tcp_api_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/gen_tcp_api_SUITE.erl b/lib/kernel/test/gen_tcp_api_SUITE.erl index 2febb1bd68..962471c20c 100644 --- a/lib/kernel/test/gen_tcp_api_SUITE.erl +++ b/lib/kernel/test/gen_tcp_api_SUITE.erl @@ -48,7 +48,7 @@ all() -> groups() -> [{t_accept, [], [t_accept_timeout]}, {t_connect, [], [t_connect_timeout, t_connect_bad]}, - {t_recv, [], [t_recv_timeout, t_recv_eof]}]. + {t_recv, [], [t_recv_timeout, t_recv_eof, t_recv_delim]}]. |