From 4595a80f9c81b8e4e213f4e81d15de5e8088b638 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 14 Jan 2019 17:59:06 +0000 Subject: [PATCH] [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 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} -- 2.47.3