Browse Source

[Test] Write test name to queue id

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
4595a80f9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/functional/lib/rspamd.robot

+ 1
- 1
test/functional/lib/rspamd.robot View 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}


Loading…
Cancel
Save