commit 4595a80: [Test] Write test name to queue id

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Jan 14 18:00:13 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-01-14 17:59:06 +0000
URL: https://github.com/rspamd/rspamd/commit/4595a80f9c81b8e4e213f4e81d15de5e8088b638

[Test] Write test name to queue id

---
 test/functional/lib/rspamd.robot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}
 


More information about the Commits mailing list