summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-10-16 19:50:56 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-10-17 14:25:45 +0200
commit80b0d44da4addc96bed4eeecfc01b4e5cc36278f (patch)
tree0b61b44d25a6257859f0bdc2b4e75fd85a7c0ec2 /test
parent508fe8a626e649233fcbe57e829a78f23ceb364c (diff)
downloadrspamd-80b0d44da4addc96bed4eeecfc01b4e5cc36278f.tar.gz
rspamd-80b0d44da4addc96bed4eeecfc01b4e5cc36278f.zip
[Test] Banish luacheck from functional tests
- Use luacheck from GitLab
Diffstat (limited to 'test')
-rw-r--r--test/functional/cases/200_luacheck.robot10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/functional/cases/200_luacheck.robot b/test/functional/cases/200_luacheck.robot
deleted file mode 100644
index a38fe083e..000000000
--- a/test/functional/cases/200_luacheck.robot
+++ /dev/null
@@ -1,10 +0,0 @@
-*** Settings ***
-Library Process
-
-*** Test Cases ***
-Lua Check
- ${result} = Run Process luacheck -q --no-color . cwd=${TOPDIR}
- IF ${result.rc} != 0
- Log ${result.stdout}
- END
- Should Be Equal As Integers ${result.rc} 0 msg=${result.stdout} values=false