aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_algorithms_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-12-07 13:11:47 +0100
committerHans Nilsson <[email protected]>2017-12-21 15:31:45 +0100
commit4ec9ee4fc8893b526f1686da66b90bdf69f8f343 (patch)
tree69a499a4d1d9b976126999d04ae012cbc0399cd2 /lib/ssh/test/ssh_algorithms_SUITE.erl
parent80633af75bb2c3f889d69cf22a0102bf5eaefe31 (diff)
downloadotp-4ec9ee4fc8893b526f1686da66b90bdf69f8f343.tar.gz
otp-4ec9ee4fc8893b526f1686da66b90bdf69f8f343.tar.bz2
otp-4ec9ee4fc8893b526f1686da66b90bdf69f8f343.zip
ssh: Better reports in some test case failures
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index 22fa33ff4e..de6e448ebd 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -316,10 +316,10 @@ sshc_simple_exec_os_cmd(Config) ->
ok;
false ->
ct:log("Bad result: ~p~nExpected: ~p~nMangled result: ~p", [RawResult,Expect,Lines]),
- {fail, "Bad result"}
+ {fail, "Bad result (see log in testcase)"}
end
after ?TIMEOUT ->
- ct:fail("Did not receive answer")
+ ct:fail("Did not receive answer (timeout)")
end.
%%--------------------------------------------------------------------