mirror of
https://github.com/curl/curl.git
synced 2025-09-27 06:26:50 +03:00
runtests.pl: prepend $srcdir to HTTPTLS server config files path
This commit is contained in:
parent
b3d91a147f
commit
dfe382c6ae
|
@ -1364,8 +1364,8 @@ sub runhttptlsserver {
|
||||||
$flags .= "--http ";
|
$flags .= "--http ";
|
||||||
$flags .= "--debug 1 " if($debugprotocol);
|
$flags .= "--debug 1 " if($debugprotocol);
|
||||||
$flags .= "--port $port ";
|
$flags .= "--port $port ";
|
||||||
$flags .= "--srppasswd certs/srp-verifier-db ";
|
$flags .= "--srppasswd $srcdir/certs/srp-verifier-db ";
|
||||||
$flags .= "--srppasswdconf certs/srp-verifier-conf";
|
$flags .= "--srppasswdconf $srcdir/certs/srp-verifier-conf";
|
||||||
|
|
||||||
my $cmd = "$httptlssrv $flags > $logfile 2>&1";
|
my $cmd = "$httptlssrv $flags > $logfile 2>&1";
|
||||||
my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile
|
my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user