From 3098986710863d7d120320517ff49b14538a5670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 22 Jul 2015 23:57:57 +0200 Subject: Fix autobahn test suite report link when used in CI --- test/ws_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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("

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 -- cgit v1.2.3