mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
tests: give each stunnel.conf file a unique name
Otherwise, subsequent uses of stunnel overwrite the configuration file of previous invocations so they can no longer be inspected.
This commit is contained in:
parent
dc1a1b5055
commit
9e9509e46a
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
@ -10,9 +10,10 @@ curl_sftp_cmds
|
|||||||
curl_sftp_config
|
curl_sftp_config
|
||||||
curl_ssh_config
|
curl_ssh_config
|
||||||
curl_sshd_config
|
curl_sshd_config
|
||||||
|
ftps_stunnel.conf
|
||||||
|
https_stunnel.conf
|
||||||
log
|
log
|
||||||
runtests.html
|
runtests.html
|
||||||
runtests.pdf
|
runtests.pdf
|
||||||
stunnel.conf
|
|
||||||
testcurl.html
|
testcurl.html
|
||||||
testcurl.pdf
|
testcurl.pdf
|
||||||
|
@ -181,7 +181,7 @@ if(!$logfile) {
|
|||||||
$logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
|
$logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
$conffile = "$path/stunnel.conf";
|
$conffile = "$path/${proto}_stunnel.conf";
|
||||||
|
|
||||||
$capath = abs_path($path);
|
$capath = abs_path($path);
|
||||||
$certfile = "$srcdir/". ($stuncert?"certs/$stuncert":"stunnel.pem");
|
$certfile = "$srcdir/". ($stuncert?"certs/$stuncert":"stunnel.pem");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user