diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-08 10:06:02 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-08 10:06:02 +0100 |
commit | ec55c73c1b112d19a8f150edcdb88bc257649e9c (patch) | |
tree | c11c3fcbae0204891060576d887832141bfa5680 /test | |
parent | baffa62e42485b362aee4472e85e9e676aba5b1d (diff) | |
download | rspamd-ec55c73c1b112d19a8f150edcdb88bc257649e9c.tar.gz rspamd-ec55c73c1b112d19a8f150edcdb88bc257649e9c.zip |
[Test] Remove nasty artifact from `Run Rspamd` function
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lib/rspamd.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index c3fe66a00..a8693df21 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -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' |