diff options
author | Loïc Hoguin <[email protected]> | 2015-07-22 23:57:57 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-22 23:57:57 +0200 |
commit | 3098986710863d7d120320517ff49b14538a5670 (patch) | |
tree | e6a16229975b4565abbd01261e0df2b938b086d8 /test/ws_SUITE.erl | |
parent | fe5acb20f160aed85dcc3e9cc7236359413134bf (diff) | |
download | cowboy-3098986710863d7d120320517ff49b14538a5670.tar.gz cowboy-3098986710863d7d120320517ff49b14538a5670.tar.bz2 cowboy-3098986710863d7d120320517ff49b14538a5670.zip |
Fix autobahn test suite report link when used in CI
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r-- | test/ws_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl index 79614ad..4c5bb1d 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("<h2><a href=\"log_private/reports/servers/index.html\">Full report</a></h2>~n"), Report = config(priv_dir, Config) ++ "reports/servers/index.html", - ct:log("<h2><a href=\"~s\">Full report</a></h2>~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 |