]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Write test name to queue id
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 14 Jan 2019 17:59:06 +0000 (17:59 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 14 Jan 2019 17:59:06 +0000 (17:59 +0000)
test/functional/lib/rspamd.robot

index 6d3655f4d840b33f99fa259c194b3928105be9d4..7572e78a426eaa593d0919eb27bf3c762017fad1 100644 (file)
@@ -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}