diff options
author | Lukas Larsson <[email protected]> | 2013-09-04 14:56:53 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-09-04 14:56:53 +0200 |
commit | f947eed823cc942837a8d499b090cbdd2c86517c (patch) | |
tree | 3582e54fd316e4d14cfbd40035687932126210d1 | |
parent | 4beb05f00d692870c0c06da801561149bf578f6a (diff) | |
download | otp-f947eed823cc942837a8d499b090cbdd2c86517c.tar.gz otp-f947eed823cc942837a8d499b090cbdd2c86517c.tar.bz2 otp-f947eed823cc942837a8d499b090cbdd2c86517c.zip |
Ignore odbc cores
-rw-r--r-- | lib/odbc/test/odbc_connect_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/odbc/test/odbc_connect_SUITE.erl b/lib/odbc/test/odbc_connect_SUITE.erl index 74ae2c96e6..2a16388929 100644 --- a/lib/odbc/test/odbc_connect_SUITE.erl +++ b/lib/odbc/test/odbc_connect_SUITE.erl @@ -77,6 +77,8 @@ end_per_group(_GroupName, Config) -> %% variable, but should NOT alter/remove any existing entries. %%-------------------------------------------------------------------- init_per_suite(Config) when is_list(Config) -> + file:write_file(filename:join([proplists:get_value(priv_dir,Config), + "..","..","..","ignore_core_files"]),""), case odbc_test_lib:skip() of true -> {skip, "ODBC not supported"}; |