]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Remove nasty artifact from `Run Rspamd` function 823/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 8 Aug 2016 09:06:02 +0000 (10:06 +0100)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 8 Aug 2016 09:06:02 +0000 (10:06 +0100)
test/functional/lib/rspamd.robot

index c3fe66a00792428ce1c3fe61e4d6f291dbc222bf..a8693df21c014b45e981114300f79e5a9cefdd1b 100644 (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'