mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically. Ref: #10818
This commit is contained in:
parent
0c82fcde79
commit
e7a021e135
447 changed files with 1076 additions and 1070 deletions
|
|
@ -41,9 +41,9 @@ alt-svc using host name with trailing dot on host from file
|
|||
CURL_ALTSVC_HTTP="yeah"
|
||||
</setenv>
|
||||
<command>
|
||||
--alt-svc "log/altsvc-%TESTNUMBER" "http://whohoo:12345/%TESTNUMBER"
|
||||
--alt-svc "%LOGDIR/altsvc-%TESTNUMBER" "http://whohoo:12345/%TESTNUMBER"
|
||||
</command>
|
||||
<file name="log/altsvc-%TESTNUMBER">
|
||||
<file name="%LOGDIR/altsvc-%TESTNUMBER">
|
||||
h1 whohoo. 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
|
||||
</file>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue