From 74d4a025421a6302a34678cc8929e88de2322ad5 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Mon, 11 Jun 2018 14:43:46 +1000 Subject: [PATCH] Remove log file and change location to local --- scripts/tls13.test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/tls13.test b/scripts/tls13.test index 8154d7fdd..1369b2419 100755 --- a/scripts/tls13.test +++ b/scripts/tls13.test @@ -14,7 +14,7 @@ counter=0 # also let's add some randomness by adding pid in case multiple 'make check's # per source tree ready_file=`pwd`/wolfssl_tls13_ready$$ -client_file=/tmp/wolfssl_tls13_client$$ +client_file=`pwd`/wolfssl_tls13_client$$ echo "ready file $ready_file" @@ -139,6 +139,8 @@ if [ $? -ne 0 ]; then echo "" fi +do_cleanup + echo -e "\nALL Tests Passed" exit 0