mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:33:34 +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
|
|
@ -27,9 +27,9 @@ http
|
|||
HTTP with cookies file and custom added cookie
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b log/jar%TESTNUMBER.txt -b "tool=curl; name=fool"
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b %LOGDIR/jar%TESTNUMBER.txt -b "tool=curl; name=fool"
|
||||
</command>
|
||||
<file name="log/jar%TESTNUMBER.txt">
|
||||
<file name="%LOGDIR/jar%TESTNUMBER.txt">
|
||||
# Netscape HTTP Cookie File
|
||||
# https://curl.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue