aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-09-27 14:40:00 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-09-27 14:40:00 +0100
commit48e23c6397077056ef7ef730ea4e2d76ff6c601a (patch)
treef4342eaa1f75f64c4151a84e47d2b32f51ca2f39 /test
parentb00b1fd84446879e68dc2ff4c3904c8058d25f30 (diff)
downloadrspamd-48e23c6397077056ef7ef730ea4e2d76ff6c601a.tar.gz
rspamd-48e23c6397077056ef7ef730ea4e2d76ff6c601a.zip
[Test] Add output logging
Diffstat (limited to 'test')
-rw-r--r--test/functional/cases/151_rspamadm_async.robot2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/cases/151_rspamadm_async.robot b/test/functional/cases/151_rspamadm_async.robot
index 10fa6bbe2..a496bf12a 100644
--- a/test/functional/cases/151_rspamadm_async.robot
+++ b/test/functional/cases/151_rspamadm_async.robot
@@ -30,6 +30,8 @@ DNS client
${tmpdir} = Prepare temp directory ${CONFIG}
Set test variable ${tmpdir}
${result} = Run Process ${RSPAMADM} --var\=CONFDIR\=${tmpdir} lua -b ${TESTDIR}/lua/rspamadm/test_dns_client.lua
+ Log ${result.stdout}
+ Log ${result.stderr}
Should Be Equal As Integers ${result.rc} 0
Should Be Equal ${result.stdout} true\tk=ed25519; p=yi50DjK5O9pqbFpNHklsv9lqaS0ArSYu02qp1S0DW1Y=
Cleanup Temporary Directory ${tmpdir}