From 49d309866cea71d116486f5b707d2775c7c35f45 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 22:26:41 +0100 Subject: testcurl now uses git instead of CVS --- tests/testcurl.1 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tests/testcurl.1') 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 -- cgit v1.2.3