diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-28 13:57:33 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-28 13:57:33 +0100 |
commit | d7ea09ea1f70fb94fb6f8510af16805c3f71b70f (patch) | |
tree | c2cd877d0548b37da2abb275f7958ee90c19b621 /test/functional | |
parent | 244315dce16f26a2acec8e1cd1ed21bda860fa97 (diff) | |
download | rspamd-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.robot | 4 |
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 |