aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/200_luacheck.robot
blob: d2fe186281ba95d85b1b835e9fcbf8bb5ca8ba37 (plain)
1
2
3
4
5
6
7
8
*** Settings ***
Library         Process

*** Test Cases ***
Lua Check
  ${result} =  Run Process  luacheck  -q  --no-color  .  cwd=${TOPDIR}
  Run Keyword If  ${result.rc} != 0  Log  ${result.stdout}
  Should Be Equal As Integers  ${result.rc}  0  msg=${result.stdout}  values=false