mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +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
|
|
@ -43,7 +43,7 @@ parse incoming Alt-Svc and save to file
|
|||
CURL_ALTSVC_HTTP="yeah"
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "log/altsvc-%TESTNUMBER"
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "%LOGDIR/altsvc-%TESTNUMBER"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ Accept: */*
|
|||
# matches
|
||||
s/\"([^\"]*)\"/TIMESTAMP/
|
||||
</stripfile>
|
||||
<file name="log/altsvc-%TESTNUMBER" mode="text">
|
||||
<file name="%LOGDIR/altsvc-%TESTNUMBER" mode="text">
|
||||
# Your alt-svc cache. https://curl.se/docs/alt-svc.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue