tests: use %LOGDIR to refer to the log directory

This will allow it be set dynamically.

Ref: #10818
This commit is contained in:
Dan Fandrich 2023-03-28 18:20:54 -07:00
parent 0c82fcde79
commit e7a021e135
447 changed files with 1076 additions and 1070 deletions

View file

@ -33,9 +33,9 @@ http
http
</features>
<command option="no-output">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --output-dir log -o exist%TESTNUMBER --no-clobber
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --output-dir %LOGDIR -o exist%TESTNUMBER --no-clobber
</command>
<file name="log/exist%TESTNUMBER">
<file name="%LOGDIR/exist%TESTNUMBER">
to stay the same
</file>
</client>
@ -43,10 +43,10 @@ to stay the same
#
# Verify data after the test has been "shot"
<verify>
<file name="log/exist%TESTNUMBER">
<file name="%LOGDIR/exist%TESTNUMBER">
to stay the same
</file>
<file1 name="log/exist%TESTNUMBER.1">
<file1 name="%LOGDIR/exist%TESTNUMBER.1">
HTTP/1.0 200 OK
Connection: close
Content-Type: text/plain