Browse Source

Add test description in log.

Roberto Ostinelli 5 years ago
parent
commit
81bd3d3de5
2 changed files with 4 additions and 2 deletions
  1. 2 1
      test/syn_groups_SUITE.erl
  2. 2 1
      test/syn_registry_SUITE.erl

+ 2 - 1
test/syn_groups_SUITE.erl

@@ -188,7 +188,8 @@ end_per_group(_GroupName, _Config) ->
 %% Config0 = Config1 = [tuple()]
 %% Reason = any()
 %% -------------------------------------------------------------------
-init_per_testcase(_TestCase, Config) ->
+init_per_testcase(TestCase, Config) ->
+    ct:pal("Starting test: ~p", [TestCase]),
     Config.
 
 %% -------------------------------------------------------------------

+ 2 - 1
test/syn_registry_SUITE.erl

@@ -207,7 +207,8 @@ end_per_group(_GroupName, _Config) ->
 %% Config0 = Config1 = [tuple()]
 %% Reason = any()
 %% -------------------------------------------------------------------
-init_per_testcase(_TestCase, Config) ->
+init_per_testcase(TestCase, Config) ->
+    ct:pal("Starting test: ~p", [TestCase]),
     Config.
 
 %% -------------------------------------------------------------------