diff options
author | Lukas Larsson <[email protected]> | 2010-12-06 10:55:15 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:16:53 +0100 |
commit | d161dc2b44f29f184e60efcd460ed27b1ee0a0e1 (patch) | |
tree | 273897a8b38b1cfb07d7833d77f363956e6a524f /lib/odbc/test/odbc_start_SUITE.erl | |
parent | 62e3328272e3bac139e765e6a5147daca02ec833 (diff) | |
download | otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.gz otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.bz2 otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.zip |
Update tests to work with ts -> ct migrations script.
Diffstat (limited to 'lib/odbc/test/odbc_start_SUITE.erl')
-rw-r--r-- | lib/odbc/test/odbc_start_SUITE.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/odbc/test/odbc_start_SUITE.erl b/lib/odbc/test/odbc_start_SUITE.erl index 2cca8e4546..07cda38c04 100644 --- a/lib/odbc/test/odbc_start_SUITE.erl +++ b/lib/odbc/test/odbc_start_SUITE.erl @@ -103,14 +103,10 @@ all(doc) -> all(suite) -> case odbc_test_lib:odbc_check() of - ok -> all(); + ok -> [start]; Other -> {skip, Other} end. -all() -> - [start]. - - %% Test cases starts here. %%-------------------------------------------------------------------- |