From af58babd940f0add48c9ff6e47a4196f91417728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 Nov 2017 19:24:24 +0000 Subject: Fix stream_handler_SUITE test failures --- test/handlers/stream_handler_h.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/handlers/stream_handler_h.erl') diff --git a/test/handlers/stream_handler_h.erl b/test/handlers/stream_handler_h.erl index 501c509..7aa3195 100644 --- a/test/handlers/stream_handler_h.erl +++ b/test/handlers/stream_handler_h.erl @@ -81,7 +81,7 @@ info(StreamID, Info, State=#state{pid=Pid}) -> Pid ! {Pid, self(), info, StreamID, Info, State}, case Info of please_stop -> {[stop], State}; - _ -> {[], State} + _ -> {[Info], State} end. terminate(StreamID, Reason, State=#state{pid=Pid, test=crash_in_terminate}) -> -- cgit v1.2.3