mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:23:44 +03:00
tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically. Ref: #10818
This commit is contained in:
parent
0c82fcde79
commit
e7a021e135
447 changed files with 1076 additions and 1070 deletions
|
|
@ -61,10 +61,10 @@ proxy
|
|||
HTTP POST multipart with Expect: header using proxy anyauth (Digest)
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl -F file=@log/test%TESTNUMBER.txt -U uuuser:pppassword --proxy-anyauth -H "Expect: 100-continue"
|
||||
-x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl -F file=@%LOGDIR/test%TESTNUMBER.txt -U uuuser:pppassword --proxy-anyauth -H "Expect: 100-continue"
|
||||
</command>
|
||||
# We create this file before the command is invoked!
|
||||
<file name="log/test%TESTNUMBER.txt">
|
||||
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
||||
foo-
|
||||
This is a moo-
|
||||
bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue