mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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 .= "--debug 1 " if($debugprotocol);
|
||||
$flags .= "--port $port ";
|
||||
$flags .= "--srppasswd certs/srp-verifier-db ";
|
||||
$flags .= "--srppasswdconf certs/srp-verifier-conf";
|
||||
$flags .= "--srppasswd $srcdir/certs/srp-verifier-db ";
|
||||
$flags .= "--srppasswdconf $srcdir/certs/srp-verifier-conf";
|
||||
|
||||
my $cmd = "$httptlssrv $flags > $logfile 2>&1";
|
||||
my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile
|
||||
|
Loading…
Reference in New Issue
Block a user