From: Andrew Lewis Date: Mon, 8 Aug 2016 09:06:02 +0000 (+0100) Subject: [Test] Remove nasty artifact from `Run Rspamd` function X-Git-Tag: 1.3.3~46^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ec55c73c1b112d19a8f150edcdb88bc257649e9c;p=rspamd.git [Test] Remove nasty artifact from `Run Rspamd` function --- 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'