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

@ -23,10 +23,10 @@ ftp
FTP DL, file without C-D inside, using -o fname -i, without -D
</name>
<command option="no-output,no-include">
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o log/download%TESTNUMBER -i
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i
</command>
<postcheck>
perl %SRCDIR/libtest/notexists.pl log/file%TESTNUMBER
perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
</postcheck>
</client>
@ -44,12 +44,12 @@ RETR file%TESTNUMBER
QUIT
</protocol>
<file1 name="log/download%TESTNUMBER">
<file1 name="%LOGDIR/download%TESTNUMBER">
fooo
mooo
</file1>
<file2 name="log/stdout%TESTNUMBER">
<file2 name="%LOGDIR/stdout%TESTNUMBER">
</file2>
</verify>