diff --git a/contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu b/contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu index 7832750c33..64634445e4 100644 --- a/contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu +++ b/contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu @@ -80,6 +80,7 @@ flags: also-after-suspend depends: ce-oem-optee/ta-install command: if pgrep -x "tee-supplicant" > /dev/null; then + echo "Perform {{ description }}" {{ tool }} -t {{ suite }} {{ test_id }} else echo "Error: Not found tee-supplicant!" @@ -101,6 +102,7 @@ depends: ce-oem-optee/device-node flags: also-after-suspend command: if pgrep -x "tee-supplicant" > /dev/null; then + echo "Perform {{ description }}" {{ tool }} -t {{ suite }} {{ test_id }} else echo "Error: Not found tee-supplicant!"