Browse Source

Remove last mnesia traces.

Roberto Ostinelli 5 years ago
parent
commit
88fce432cc
1 changed files with 1 additions and 4 deletions
  1. 1 4
      test/syn_test_suite_helper.erl

+ 1 - 4
test/syn_test_suite_helper.erl

@@ -73,12 +73,9 @@ clean_after_test() ->
     %% shutdown
     %% shutdown
     lists:foreach(fun(Node) ->
     lists:foreach(fun(Node) ->
         rpc:call(Node, syn, stop, []),
         rpc:call(Node, syn, stop, []),
-        rpc:call(Node, application, stop, [mnesia]),
         %% clean env
         %% clean env
         rpc:call(Node, application, unset_env, [syn, event_handler])
         rpc:call(Node, application, unset_env, [syn, event_handler])
-    end, Nodes),
-    %% clean mnesia
-    mnesia:delete_schema(Nodes).
+    end, Nodes).
 
 
 start_process() ->
 start_process() ->
     Pid = spawn(fun process_main/0),
     Pid = spawn(fun process_main/0),