diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl index 79614adf..4c5bb1d8 100644 --- a/test/ws_SUITE.erl +++ b/test/ws_SUITE.erl @@ -89,8 +89,8 @@ autobahn_fuzzingclient(Config) -> Self = self(), spawn_link(fun() -> start_port(Config, Self) end), receive autobahn_exit -> ok end, + ct:log("

Full report

~n"), Report = config(priv_dir, Config) ++ "reports/servers/index.html", - ct:log("

Full report

~n", [Report]), ct:print("Autobahn Test Suite report: file://~s~n", [Report]), {ok, HTML} = file:read_file(Report), case length(binary:matches(HTML, <<"case_failed">>)) > 2 of