Skip to content

plan: execute: set return code

Alok Ranjan requested to merge plan-execute into master

This patch aims at setting the correct return code for local plan execution. Return code will be set to 0 only when every build and test job passes i.e result = PASS else return code will be set to 1 for FAIL/UNKNOWN results.

Signed-off-by: Alok Ranjan alok.ranjan@linaro.org

Edited by Alok Ranjan

Merge request reports