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:
Dan Fandrich 2023-05-18 22:00:41 -07:00
parent b43915b38f
commit 9f87dee556

View File

@ -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>