1 2 3 4 5 6 7 8 9 10
*** 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