~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/testcurl.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
.\" * KIND, either express or implied.
20
20
.\" *
21
 
.\" * $Id: testcurl.1,v 1.3 2005/03/18 18:41:50 danf Exp $
 
21
.\" * $Id: testcurl.1,v 1.4 2005/05/20 11:24:55 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
 
.TH testcurl.pl 1 "15 Mar 2005" "Curl 7.13.2" "testcurl"
 
24
.TH testcurl.pl 1 "20 May 2005" "Curl 7.14.1" "testcurl"
25
25
.SH NAME
26
26
testcurl.pl \- (automatically) test curl
27
27
.SH SYNOPSIS
58
58
Generic command to run after completed test.
59
59
.IP "--name=[name]"
60
60
Set name to report as. Displayed in the build summary on the site.
 
61
.IP "--nobuildconf"
 
62
Don't run buildconf. Useful when many builds use the same source tree, as then
 
63
only one need to do this. Also, if multiple processes run tests simultaneously
 
64
on the same source tree (like several hosts on a NFS mounted dir),
 
65
simultaneous buildconf invokes may cause problems. (Added in 7.14.1)
61
66
.IP "--nocvsup"
62
67
Don't update from CVS even though it is a CVS tree. Useful to still be able to
63
68
test even though your network is down, or similar.