mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:23: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
|
|
@ -37,13 +37,13 @@ Content-Type: text/3
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<file1 name="log/config%TESTNUMBER-a">
|
||||
<file1 name="%LOGDIR/config%TESTNUMBER-a">
|
||||
--next
|
||||
url = %HOSTIP:%HTTPPORT/%TESTNUMBER0001
|
||||
header = "a: a"
|
||||
data = "a"
|
||||
</file1>
|
||||
<file2 name="log/config%TESTNUMBER-b">
|
||||
<file2 name="%LOGDIR/config%TESTNUMBER-b">
|
||||
--next
|
||||
url = %HOSTIP:%HTTPPORT/%TESTNUMBER0002
|
||||
header = "b: b"
|
||||
|
|
@ -57,7 +57,7 @@ http
|
|||
Two -K uses with --next and then one on cmdline
|
||||
</name>
|
||||
<command>
|
||||
-K log/config%TESTNUMBER-a -K log/config%TESTNUMBER-b --next -d c %HOSTIP:%HTTPPORT/%TESTNUMBER0003 -H "c: c"
|
||||
-K %LOGDIR/config%TESTNUMBER-a -K %LOGDIR/config%TESTNUMBER-b --next -d c %HOSTIP:%HTTPPORT/%TESTNUMBER0003 -H "c: c"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue