Skip to content

Commit e0ebfe8

Browse files
author
Andy Till
authored
Merge pull request #1235 from basho/bug-gg-more_logging_in_updown
The existing failure logging for some reason is not printing out
2 parents a04f7af + c114a3a commit e0ebfe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ts_updowngrade_test.part

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ run_this_test(Config) ->
5454
case ts_updown_util:run_scenarios(Config, make_scenarios()) of
5555
[] ->
5656
pass;
57-
_ ->
58-
ct:fail("There were failing queries", [])
57+
Errors ->
58+
ct:fail("There were failing queries~n~p", [Errors])
5959
end.
6060

0 commit comments

Comments
 (0)