mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
tests: remove debug requirement on 38 tests
For all tests using -O that were previously relying on a debug build and the CURL_TESTDIR environment variable, use the plain --output-dir option instead so that they can run proper in non-debug builds. Closes #15114
This commit is contained in:
parent
8c76ae317f
commit
39697dead3
37 changed files with 39 additions and 333 deletions
|
|
@ -17,22 +17,14 @@ mooo
|
|||
|
||||
# Client-side
|
||||
<client>
|
||||
# this relies on the debug feature to allow us to set directory to store the
|
||||
# -O output in, using the CURL_TESTDIR variable
|
||||
<features>
|
||||
Debug
|
||||
</features>
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
<name>
|
||||
FTP download, file without C-D inside, using -O -J -D stdout
|
||||
</name>
|
||||
<setenv>
|
||||
CURL_TESTDIR=%LOGDIR
|
||||
</setenv>
|
||||
<command option="no-output,no-include">
|
||||
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D -
|
||||
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D - --output-dir %LOGDIR
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue