From: Vsevolod Stakhov Date: Mon, 14 Jan 2019 17:59:06 +0000 (+0000) Subject: [Test] Write test name to queue id X-Git-Tag: 1.9.0~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4595a80f9c81b8e4e213f4e81d15de5e8088b638;p=thirdparty%2Frspamd.git [Test] Write test name to queue id --- diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index 6d3655f4d8..7572e78a42 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}