mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 00:25:22 +00:00
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:
parent
60a0510c91
commit
c114a3aa9f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user