This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a commit to branch optee-3.20.0
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/optee-3.20.0 by this push:
new cc9e3cc Update test_tcp_client.sh
cc9e3cc is described below
commit cc9e3cc3585c8603114adfb75751a04520bd0b17
Author: Yuan Zhuang <[email protected]>
AuthorDate: Fri Mar 3 23:38:56 2023 +0800
Update test_tcp_client.sh
---
tests/test_tcp_client.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/test_tcp_client.sh b/tests/test_tcp_client.sh
index 41091d9..efb3d99 100755
--- a/tests/test_tcp_client.sh
+++ b/tests/test_tcp_client.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-#rm -rf optee-qemuv8-3.20.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.20.0-ubuntu-20.04
rm -rf shared
-#curl
https://nightlies.apache.org/teaclave/teaclave-trustzone-sdk/optee-qemuv8-3.20.0-ubuntu-20.04.tar.gz
| tar zxv
+curl
https://nightlies.apache.org/teaclave/teaclave-trustzone-sdk/optee-qemuv8-3.20.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/tcp_client-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/tcp_client-rs/host/target/aarch64-unknown-linux-gnu/release/tcp_client-rs
shared
@@ -50,5 +50,5 @@ sleep 5
}
rm -rf screenlog.0
-#rm -rf optee-qemuv8-3.20.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.20.0-ubuntu-20.04
rm -rf shared
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]