From 80b0d44da4addc96bed4eeecfc01b4e5cc36278f Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 16 Oct 2023 19:50:56 +0200 Subject: [Test] Banish luacheck from functional tests - Use luacheck from GitLab --- test/functional/cases/200_luacheck.robot | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/functional/cases/200_luacheck.robot (limited to 'test') 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 -- cgit v1.2.3