summaryrefslogtreecommitdiffstats
path: root/test/functional/cases/__init__.robot
diff options
context:
space:
mode:
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}