<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/ametzler">Andreas Metzler</a> created an issue <a href="https://gitlab.com/gnutls/gnutls/-/issues/1090">#1090</a>:
</p>
<div></div>
<p dir="auto">Hello,</p>
<p dir="auto">big parts of the gnutls-testsuite can be used for testing the installed version of GnuTLS by setting $CLI, $SERV et al.</p>
<p dir="auto">However <em>some</em> tests use a different convention, they use $GNUTLS_SERV/$GNUTLS_CLI. These often rely on a <em>unset</em> $SERV since they use the helper function <code>launch_bare_server</code> (which invokes $SERV is set) like this</p>
<blockquote dir="auto">
<p>launch_bare_server $$  "${GNUTLS_SERV}" --options [...]</p>
</blockquote>
<p dir="auto">instead of</p>
<blockquote dir="auto">
<p>SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
launch_bare_server $$ --options [...]</p>
</blockquote>
<p dir="auto">or use <code>launch_bare_server</code> to start s_server.</p>
<p dir="auto">Can we unify this? Either by using ${GNUTLS_SERV} everywhere or by using $SERV everyhere and explicitely unsetting SERV when using <code>launch_bare_server</code> to start s_server.</p>
<p dir="auto">I can try to come up with a patch if you agree.</p>
<p dir="auto">cu Andreas</p>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1090">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/d1db4cdb905bff5861152a39e551a196/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1090"}}</script>


</p>
</div>
</body>
</html>