~ubuntu-branches/ubuntu/precise/curl/precise-proposed

« back to all changes in this revision

Viewing changes to tests/FILEFORMAT

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
ipv6
177
177
large_file
178
178
libz
179
 
netrc_debug
180
179
NSS
181
180
NTLM
182
181
OpenSSL
183
182
SSL
184
183
socks
185
184
unittest
 
185
debug
186
186
 
187
187
as well as each protocol that curl supports.  A protocol only needs to be
188
188
specified if it is different from the server (useful when the server
228
228
Variables are first substituted as in the <command> section.
229
229
</setenv>
230
230
 
231
 
<command [option="no-output"] [timeout="secs"] [delay="secs"] [type="perl"]>
 
231
<command [option="no-output/no-include"] [timeout="secs"] [delay="secs"]
 
232
         [type="perl"]>
232
233
command line to run, there's a bunch of %variables that get replaced
233
234
accordingly.
234
235
 
248
249
argument that directs the output to a file. The --output is also not added if
249
250
the verify/stdout section is used.
250
251
 
 
252
Set option="no-include" to prevent the test script to slap on the --include
 
253
argument.
 
254
 
251
255
Set timeout="secs" to override default server logs advisor read lock timeout.
252
256
This timeout is used by the test harness, once that the command has completed
253
257
execution, to wait for the test server to write out server side log files and