diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-06 11:53:16 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-06 11:53:16 +0100 |
| commit | fab4c20eea06a4647ca04195a2f8ee4e0594f1a6 (patch) | |
| tree | 1a805bc725aae32699b0486320bd1eebdd13cb89 | |
| parent | c1162ebaec83811e7633461efc16ec8b7a5e976c (diff) | |
| download | rabbitmq-server-git-fab4c20eea06a4647ca04195a2f8ee4e0594f1a6.tar.gz | |
update comment
| -rw-r--r-- | src/rabbit_tests.erl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 65491af430..7e84251fc4 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -757,8 +757,10 @@ test_topic_expect_match(X, List) -> end, List). test_app_management() -> - control_action(wait, [mnesia:system_info(directory) ++ ".pid"]), - %% starting, stopping, status + control_action(wait, [rabbit_mnesia:dir() ++ ".pid"]), + %% Starting, stopping and diagnostics. Note that we don't try + %% 'report' when the rabbit app is stopped and that we enable + %% tracing for the duration of this function. ok = control_action(trace_on, []), ok = control_action(stop_app, []), ok = control_action(stop_app, []), |
