I went into the lava-test-case script on my worker, and modified it to print the exit code retrieved from $? using the printf command, and it returned 255. A quick online search says that 255 exit code means the command did not exit as expected, which for LAVA Im not sure what they expect. The command itself doesn't print anything to the console, and just exits cleanly if nothing goes wrong during it's execution, otherwise it prints to the console when something isnt right (wrong args or something).
Any idea what could be happening?
Best regards, Michael