diff --git a/ebin/cowboy.app b/ebin/cowboy.app index da617e13..2db5efc8 100644 --- a/ebin/cowboy.app +++ b/ebin/cowboy.app @@ -1 +1 @@ -{application, cowboy, [ {description, "Small, fast, modular HTTP server."}, {vsn, "2.0.0-pre.2"}, {id, "2.0.0-pre.2-2-gd64aba4-dirty"}, {modules, [cowboy,cowboy_app,cowboy_bstr,cowboy_clock,cowboy_constraints,cowboy_handler,cowboy_http2,cowboy_loop,cowboy_middleware,cowboy_protocol,cowboy_req,cowboy_rest,cowboy_router,cowboy_spdy,cowboy_static,cowboy_stream,cowboy_stream_h,cowboy_sub_protocol,cowboy_sup,cowboy_tls,cowboy_websocket]}, {registered, [cowboy_sup,cowboy_clock]}, {applications, [kernel,stdlib,crypto,cowlib,ranch]}, {mod, {cowboy_app, []}}]}. +{application, cowboy, [ {description, "Small, fast, modular HTTP server."}, {vsn, "2.0.0-pre.2"}, {id, "2.0.0-pre.2-10-g93d1e0c-dirty"}, {modules, [cowboy,cowboy_app,cowboy_bstr,cowboy_clock,cowboy_constraints,cowboy_handler,cowboy_http2,cowboy_loop,cowboy_middleware,cowboy_protocol,cowboy_req,cowboy_rest,cowboy_router,cowboy_spdy,cowboy_static,cowboy_stream,cowboy_stream_h,cowboy_sub_protocol,cowboy_sup,cowboy_tls,cowboy_websocket]}, {registered, [cowboy_sup,cowboy_clock]}, {applications, [kernel,stdlib,crypto,cowlib,ranch]}, {mod, {cowboy_app, []}}]}. diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl index 9cafd3cd..79614adf 100644 --- a/test/ws_SUITE.erl +++ b/test/ws_SUITE.erl @@ -86,19 +86,32 @@ init_dispatch() -> %% Tests. autobahn_fuzzingclient(Config) -> - Out = os:cmd("cd " ++ config(priv_dir, Config) - ++ " && wstest -m fuzzingclient -s " - ++ config(data_dir, Config) ++ "client.json"), + Self = self(), + spawn_link(fun() -> start_port(Config, Self) end), + receive autobahn_exit -> ok end, Report = config(priv_dir, Config) ++ "reports/servers/index.html", ct:log("