Skip to content

Commit fab4c20

Browse files
author
Alexandru Scvortov
committed
update comment
1 parent c1162eb commit fab4c20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rabbit_tests.erl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,10 @@ test_topic_expect_match(X, List) ->
757757
end, List).
758758

759759
test_app_management() ->
760-
control_action(wait, [mnesia:system_info(directory) ++ ".pid"]),
761-
%% starting, stopping, status
760+
control_action(wait, [rabbit_mnesia:dir() ++ ".pid"]),
761+
%% Starting, stopping and diagnostics. Note that we don't try
762+
%% 'report' when the rabbit app is stopped and that we enable
763+
%% tracing for the duration of this function.
762764
ok = control_action(trace_on, []),
763765
ok = control_action(stop_app, []),
764766
ok = control_action(stop_app, []),

0 commit comments

Comments
 (0)