forked from wolfSSL/wolfssl
Remove log file and change location to local
This commit is contained in:
@ -14,7 +14,7 @@ counter=0
|
|||||||
# also let's add some randomness by adding pid in case multiple 'make check's
|
# also let's add some randomness by adding pid in case multiple 'make check's
|
||||||
# per source tree
|
# per source tree
|
||||||
ready_file=`pwd`/wolfssl_tls13_ready$$
|
ready_file=`pwd`/wolfssl_tls13_ready$$
|
||||||
client_file=/tmp/wolfssl_tls13_client$$
|
client_file=`pwd`/wolfssl_tls13_client$$
|
||||||
|
|
||||||
echo "ready file $ready_file"
|
echo "ready file $ready_file"
|
||||||
|
|
||||||
@ -139,6 +139,8 @@ if [ $? -ne 0 ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_cleanup
|
||||||
|
|
||||||
echo -e "\nALL Tests Passed"
|
echo -e "\nALL Tests Passed"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user