rspamd/test/functional/cases/200_luacheck.robot
2016-11-17 13:56:31 +02:00

9 lines
284 B
Plaintext

*** 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