[gnutls-devel] GnuTLS | Fix some minor issue in the TPM test cases (!814)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Nov 26 17:11:34 CET 2018


Stefan Berger commented on a discussion on tests/tpmtool_test.sh:

>  
> +# Kill a process quietly
> +# @1: signal, e.g. -9
> +# @2: pid
> +kill_quiet() {
> +	local sig="$1"
> +	local pid="$2"
> +
> +	sh -c "kill $sig $pid 2>/dev/null"
> +	return $?
> +}
> +
> +# Terminate a process first using SIGTERM, wait 1s and if still avive use
> +# SIGKILL
> +# @1: pid
> +terminate_proc() {

Yes, it was there. I had made local edits for something else and unfortunately tooks those and pushed them. Fixed.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/814#note_120142151
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181126/07aa52c4/attachment-0001.html>


More information about the Gnutls-devel mailing list