aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 22:26:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 22:26:41 +0100
commit49d309866cea71d116486f5b707d2775c7c35f45 (patch)
tree98035d644d98ecc580214126f226aa6fc982caa8 /tests/testcurl.1
parent481c61d06082195d7ce8ab6cc21ce274e54b2aa4 (diff)
testcurl now uses git instead of CVS
Diffstat (limited to 'tests/testcurl.1')
-rw-r--r--tests/testcurl.114
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/testcurl.1 b/tests/testcurl.1
index eb11f616a..39b7039bb 100644
--- a/tests/testcurl.1
+++ b/tests/testcurl.1
@@ -20,14 +20,14 @@
.\" *
.\" **************************************************************************
.\"
-.TH testcurl.pl 1 "20 May 2005" "Curl 7.14.1" "testcurl"
+.TH testcurl.pl 1 "24 Mar 2010" "Curl 7.20.1" "testcurl"
.SH NAME
testcurl.pl \- (automatically) test curl
.SH SYNOPSIS
.B testcurl.pl [options] [dir] > output
.SH DESCRIPTION
\fItestcurl.pl\fP is the master script to use for automatic testing of curl
-off CVS or daily snapshots. It is written for the purpose of being run from a
+off git or daily snapshots. It is written for the purpose of being run from a
crontab job or similar at a regular interval. The output is suitable to be
mailed to curl-autocompile@haxx.se to be dealt with automatically (make sure
the subject includes the word "autobuild" as the mail gets silently discarded
@@ -62,8 +62,8 @@ Don't run buildconf. Useful when many builds use the same source tree, as then
only one need to do this. Also, if multiple processes run tests simultaneously
on the same source tree (like several hosts on a NFS mounted dir),
simultaneous buildconf invokes may cause problems. (Added in 7.14.1)
-.IP "--nocvsup"
-Don't update from CVS even though it is a CVS tree. Useful to still be able to
+.IP "--nogitpull"
+Don't update from git even though it is a git tree. Useful to still be able to
test even though your network is down, or similar.
.IP "--runtestopts=[options]"
Options that is passed to the runtests.pl script. Useful for disabling valgrind
@@ -77,16 +77,14 @@ store the info in a 'setup' file, which it will look for on each invoke. Use
Specify your target environment. Recognized strings include 'vc', 'mingw32',
\&'borland' and 'netware'.
.SH "INITIAL SETUP"
-First you make a checkout from CVS (or you write a script that downloads daily
+First you make a checkout from git (or you write a script that downloads daily
snapshots automatically, find inspiration at
http://curl.haxx.se/auto/autocurl.txt):
.nf
$ mkdir daily-curl
$ cd daily-curl
- $ cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login
- [enter return when prompted for password ]
- $ cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl checkout curl
+ $ git clone git://github.com/bagder/curl.git
.fi
With the curl sources checked out, or downloaded, you can start testing right