From ec55c73c1b112d19a8f150edcdb88bc257649e9c Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 8 Aug 2016 10:06:02 +0100 Subject: [PATCH] [Test] Remove nasty artifact from `Run Rspamd` function --- test/functional/lib/rspamd.robot | 1 - 1 file changed, 1 deletion(-) 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' -- 2.39.5