diff options
author | Hans Nilsson <[email protected]> | 2014-09-05 15:42:55 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-09 10:26:21 +0200 |
commit | 32573a29bae633f9af09d7958d49f1d06daebd18 (patch) | |
tree | 039d778a3017f65a491054a2de4193900f0c580f /lib/ssh/test/ssh_property_test_SUITE.erl | |
parent | fc2e55e44a0d5a684c2bf10cbfbd0dd0d0c03261 (diff) | |
download | otp-32573a29bae633f9af09d7958d49f1d06daebd18.tar.gz otp-32573a29bae633f9af09d7958d49f1d06daebd18.tar.bz2 otp-32573a29bae633f9af09d7958d49f1d06daebd18.zip |
ssh: update for triq tests
Diffstat (limited to 'lib/ssh/test/ssh_property_test_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_property_test_SUITE.erl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ssh/test/ssh_property_test_SUITE.erl b/lib/ssh/test/ssh_property_test_SUITE.erl index c6c63d7367..ffad8ebbb7 100644 --- a/lib/ssh/test/ssh_property_test_SUITE.erl +++ b/lib/ssh/test/ssh_property_test_SUITE.erl @@ -57,10 +57,8 @@ init_per_suite(Config) -> %%% if we run proper. init_per_group(client_server, Config) -> case ?config(property_test_tool,Config) of - proper -> - {skip, "PropEr is not supported"}; - eqc -> - Config + eqc -> Config; + X -> {skip, lists:concat([X," is not supported"])} end; init_per_group(_, Config) -> Config. |