You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by yu...@apache.org on 2023/03/03 15:39:00 UTC

[incubator-teaclave-trustzone-sdk] branch optee-3.20.0 updated: Update test_tcp_client.sh

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 <de...@foxmail.com>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org