From 678d4fe4043f86f31b6fd34135f54d675b90e111 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 7 Feb 2012 15:27:00 +0100 Subject: Add filter for ssh undefined function calls If there is no crypto there will be no ssh and thus alot of undefined functions will appear in common_test. --- erts/test/otp_SUITE.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'erts/test/otp_SUITE.erl') diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl index 79cd91221f..b34d9a5422 100644 --- a/erts/test/otp_SUITE.erl +++ b/erts/test/otp_SUITE.erl @@ -151,6 +151,9 @@ ssl_crypto_filter(Undef) -> {{error,bad_name},{error,bad_name}} -> filter(fun({_,{ssl,_,_}}) -> false; ({_,{crypto,_,_}}) -> false; + ({_,{ssh,_,_}}) -> false; + ({_,{ssh_connection,_,_}}) -> false; + ({_,{ssh_sftp,_,_}}) -> false; (_) -> true end, Undef); {_,_} -> Undef -- cgit v1.2.3