diff options
Diffstat (limited to 'lib/odbc/test/odbc_start_SUITE.erl')
-rw-r--r-- | lib/odbc/test/odbc_start_SUITE.erl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/odbc/test/odbc_start_SUITE.erl b/lib/odbc/test/odbc_start_SUITE.erl index 7dc827799a..1171408547 100644 --- a/lib/odbc/test/odbc_start_SUITE.erl +++ b/lib/odbc/test/odbc_start_SUITE.erl @@ -101,21 +101,21 @@ end_per_testcase(_TestCase, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -case odbc_test_lib:odbc_check() of - ok -> [start]; - Other -> {skip, Other} -end. + case odbc_test_lib:odbc_check() of + ok -> [start]; + Other -> {skip, Other} + end. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. + - %% Test cases starts here. %%-------------------------------------------------------------------- |