aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/__init__.robot
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-11-17 13:56:31 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-11-17 13:56:31 +0200
commit3a303cdda967e737910f8629325054bebeedf010 (patch)
treecd4e65285c3b7750f7122aa9eba77b27184fc8bf /test/functional/cases/__init__.robot
parentd8e7133b3af3e169e894e436c24286d824b255d0 (diff)
downloadrspamd-3a303cdda967e737910f8629325054bebeedf010.tar.gz
rspamd-3a303cdda967e737910f8629325054bebeedf010.zip
[Test] Integrate luacheck into test suite
Diffstat (limited to 'test/functional/cases/__init__.robot')
-rw-r--r--test/functional/cases/__init__.robot2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/cases/__init__.robot b/test/functional/cases/__init__.robot
index 3707f507b..98abdc45b 100644
--- a/test/functional/cases/__init__.robot
+++ b/test/functional/cases/__init__.robot
@@ -6,6 +6,7 @@ Variables ../lib/vars.py
*** Keywords ***
Export Global Variables
${TESTDIR} = Get Test Directory
+ ${TOPDIR} = Get Top Dir
${RSPAMADM} = Get Rspamadm
${RSPAMC} = Get Rspamc
${RSPAMD} = Get Rspamd
@@ -13,3 +14,4 @@ Export Global Variables
Set Global Variable ${RSPAMC}
Set Global Variable ${RSPAMD}
Set Global Variable ${TESTDIR}
+ Set Global Variable ${TOPDIR}