aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-28 13:57:33 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-28 13:57:33 +0100
commitd7ea09ea1f70fb94fb6f8510af16805c3f71b70f (patch)
treec2cd877d0548b37da2abb275f7958ee90c19b621 /test/functional
parent244315dce16f26a2acec8e1cd1ed21bda860fa97 (diff)
downloadrspamd-d7ea09ea1f70fb94fb6f8510af16805c3f71b70f.tar.gz
rspamd-d7ea09ea1f70fb94fb6f8510af16805c3f71b70f.zip
[Test] Fix rspamc invocation to support arguments passing
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/lib/rspamd.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index 51030c84f..1a9cc6006 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -115,8 +115,8 @@ Run Rspamd
[Return] ${TMPDIR} ${rspamd_pid} ${rspamd_logpos}
Scan Message With Rspamc
- [Arguments] ${msg_file}
- ${result} = Run Rspamc -p -h ${LOCAL_ADDR}:${PORT_NORMAL} ${msg_file}
+ [Arguments] ${msg_file} @{vargs}
+ ${result} = Run Rspamc -p -h ${LOCAL_ADDR}:${PORT_NORMAL} @{vargs} ${msg_file}
[Return] ${result}
Sync Fuzzy Storage