Browse Source

[Test] Remove nasty artifact from `Run Rspamd` function

tags/1.3.3
Andrew Lewis 7 years ago
parent
commit
ec55c73c1b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      test/functional/lib/rspamd.robot

+ 0
- 1
test/functional/lib/rspamd.robot View File

@@ -100,7 +100,6 @@ Run Rspamd
${template} = Get File ${CONFIG}
: FOR ${i} IN @{vargs}
\ ${newvalue} = Replace Variables ${${i}}
\ Set Suite Variable ${${i}} ${newvalue}
\ Run Keyword If '${RSPAMD_SCOPE}' == 'Test' Set Test Variable ${${i}} ${newvalue}
\ ... ELSE IF '${RSPAMD_SCOPE}' == 'Suite' Set Suite Variable ${${i}} ${newvalue}
\ ... ELSE Fail 'RSPAMD_SCOPE must be Test or Suite'

Loading…
Cancel
Save