diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-05-04 21:43:55 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-05-04 21:52:33 +0200 |
commit | a84cecac6bef1211cf8ab245d997b6ac64b6686a (patch) | |
tree | 6df6518a5cc60411967a513fa8e5bc418316a1d5 /test/functional/cases/__init__.robot | |
parent | db4da2c22d159d1a6450b9447ad90e1795e5c535 (diff) | |
download | rspamd-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__.robot | 8 |
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} |