diff options
author | Ingela Anderton Andin <[email protected]> | 2015-10-23 10:34:49 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-10-26 14:54:51 +0100 |
commit | 61d214cff5fe50b2806f8f977d36bccd412bcfc4 (patch) | |
tree | 4a907c3580e1b037cfc80f0ed87472366ddbf729 /lib/kernel/test/gen_tcp_api_SUITE.erl | |
parent | 18270f5c208149323964ff9057b1b740cb72ea85 (diff) | |
download | otp-61d214cff5fe50b2806f8f977d36bccd412bcfc4.tar.gz otp-61d214cff5fe50b2806f8f977d36bccd412bcfc4.tar.bz2 otp-61d214cff5fe50b2806f8f977d36bccd412bcfc4.zip |
erts: Include test in group so that it is run
Diffstat (limited to 'lib/kernel/test/gen_tcp_api_SUITE.erl')
-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]}]. |