mirror of
https://github.com/curl/curl.git
synced 2026-05-15 21:46:20 +03:00
test425: fix the log directory for the upload
This must be %LOGDIR to let it work with parallel tests. Ref: #10969
This commit is contained in:
parent
b43915b38f
commit
9f87dee556
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ http
|
|||
HTTP PUT with path ending with slash + query
|
||||
</name>
|
||||
<command>
|
||||
-T log/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath
|
||||
-T %LOGDIR/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath
|
||||
</command>
|
||||
<file name="log/up%TESTNUMBER">
|
||||
<file name="%LOGDIR/up%TESTNUMBER">
|
||||
content
|
||||
</file>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue