The existing failure logging for some reason is not printing out

the failures to the ct results page or the logs

Additional logging has been added in a belt-and-braces style
This commit is contained in:
Gordon Guthrie 2016-12-09 13:47:55 +00:00
parent 60a0510c91
commit c114a3aa9f

View File

@ -54,7 +54,7 @@ run_this_test(Config) ->
case ts_updown_util:run_scenarios(Config, make_scenarios()) of
[] ->
pass;
_ ->
ct:fail("There were failing queries", [])
Errors ->
ct:fail("There were failing queries~n~p", [Errors])
end.