diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-14 17:59:06 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-14 17:59:06 +0000 |
commit | 4595a80f9c81b8e4e213f4e81d15de5e8088b638 (patch) | |
tree | e601d9d1bd6962678748a3028b2762a5cbfa03da /test/functional | |
parent | 9546576a9e449ac0d57246679af8b00d940af55b (diff) | |
download | rspamd-4595a80f9c81b8e4e213f4e81d15de5e8088b638.tar.gz rspamd-4595a80f9c81b8e4e213f4e81d15de5e8088b638.zip |
[Test] Write test name to queue id
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 6d3655f4d..7572e78a4 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -144,7 +144,7 @@ Run Nginx Run Rspamc [Arguments] @{args} - ${result} = Run Process ${RSPAMC} -t 60 @{args} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick + ${result} = Run Process ${RSPAMC} -t 60 --header Queue-ID\=${TEST NAME} @{args} env:LD_LIBRARY_PATH=${TESTDIR}/../../contrib/aho-corasick Log ${result.stdout} [Return] ${result} |