Skip to content

Commit

Permalink
add optee test description into console output (Bugfix) (#1681)
Browse files Browse the repository at this point in the history
* print out the description of optee and pkcs11 tests

print out the description of optee and pkcs11 tests
  • Loading branch information
stanley31huang authored Jan 14, 2025
1 parent 96ba1e3 commit 9253900
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand All @@ -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!"
Expand Down

0 comments on commit 9253900

Please sign in to comment.