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
@ -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…
Reference in New Issue
Block a user