summaryrefslogtreecommitdiffstats
path: root/test/functional/cases/__init__.robot
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2021-05-04 21:43:55 +0200
committerAndrew Lewis <nerf@judo.za.org>2021-05-04 21:52:33 +0200
commita84cecac6bef1211cf8ab245d997b6ac64b6686a (patch)
tree6df6518a5cc60411967a513fa8e5bc418316a1d5 /test/functional/cases/__init__.robot
parentdb4da2c22d159d1a6450b9447ad90e1795e5c535 (diff)
downloadrspamd-a84cecac6bef1211cf8ab245d997b6ac64b6686a.tar.gz
rspamd-a84cecac6bef1211cf8ab245d997b6ac64b6686a.zip
[Test] Use automatically exported variables
Diffstat (limited to 'test/functional/cases/__init__.robot')
-rw-r--r--test/functional/cases/__init__.robot8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/cases/__init__.robot b/test/functional/cases/__init__.robot
index 231387974..51192d702 100644
--- a/test/functional/cases/__init__.robot
+++ b/test/functional/cases/__init__.robot
@@ -5,15 +5,15 @@ Variables ../lib/vars.py
*** Keywords ***
Export Global Variables
- ${TESTDIR} = Get Test Directory
+ ${RSPAMD_TESTDIR} = Get Test Directory
${TOPDIR} = Get Top Dir
${RSPAMADM} = Get Rspamadm
${RSPAMC} = Get Rspamc
${RSPAMD} = Get Rspamd
- ${INSTALLROOT} = Get Install Root
- Set Global Variable ${INSTALLROOT}
+ ${RSPAMD_INSTALLROOT} = Get Install Root
+ Set Global Variable ${RSPAMD_INSTALLROOT}
Set Global Variable ${RSPAMADM}
Set Global Variable ${RSPAMC}
Set Global Variable ${RSPAMD}
- Set Global Variable ${TESTDIR}
+ Set Global Variable ${RSPAMD_TESTDIR}
Set Global Variable ${TOPDIR}