This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit 1b9b361cecdff063d7bbdaf011d1a12c87579a7b Author: Yuan Zhuang <[email protected]> AuthorDate: Tue Jul 9 12:13:49 2024 +0000 test/signature_verification-rs: waiting to finish --- tests/test_signature_verification.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_signature_verification.sh b/tests/test_signature_verification.sh index 912b129..eb3c92d 100755 --- a/tests/test_signature_verification.sh +++ b/tests/test_signature_verification.sh @@ -29,6 +29,8 @@ cp ../examples/signature_verification-rs/host/target/$TARGET_HOST/release/signat # Run script specific commands in QEMU run_in_qemu "cp *.ta /lib/optee_armtz/\n" run_in_qemu "./signature_verification-rs\n" +# Additional 5 secs for the application to finish +sleep 5 run_in_qemu "^C" # Script specific checks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
