We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ba1e3 commit 9253900Copy full SHA for 9253900
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu
@@ -80,6 +80,7 @@ flags: also-after-suspend
80
depends: ce-oem-optee/ta-install
81
command:
82
if pgrep -x "tee-supplicant" > /dev/null; then
83
+ echo "Perform {{ description }}"
84
{{ tool }} -t {{ suite }} {{ test_id }}
85
else
86
echo "Error: Not found tee-supplicant!"
@@ -101,6 +102,7 @@ depends: ce-oem-optee/device-node
101
102
flags: also-after-suspend
103
104
105
106
107
108
0 commit comments