summaryrefslogtreecommitdiff
path: root/tests/testcurl.html
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2017-03-23 00:38:33 -0700
committertaesub kim <taesub.kim@samsung.com>2017-03-23 00:38:33 -0700
commit88d478478059f53e6de0d1267c3a1e6b02c4273f (patch)
tree7f3b26146600554e22d60afbe69035821056f299 /tests/testcurl.html
parente9bdad71c8277e20607fa1eaf0027d53a0dc1f37 (diff)
downloadcurl-88d478478059f53e6de0d1267c3a1e6b02c4273f.tar.gz
curl-88d478478059f53e6de0d1267c3a1e6b02c4273f.tar.bz2
curl-88d478478059f53e6de0d1267c3a1e6b02c4273f.zip
Revert "Imported Upstream version 7.53.1"
This reverts commit e9bdad71c8277e20607fa1eaf0027d53a0dc1f37. Change-Id: I4a4edd3ce2207a6f13162aaaf92467a7c1dffd72
Diffstat (limited to 'tests/testcurl.html')
-rw-r--r--tests/testcurl.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testcurl.html b/tests/testcurl.html
index 73d38cf79..200b8fd53 100644
--- a/tests/testcurl.html
+++ b/tests/testcurl.html
@@ -53,7 +53,7 @@ p.roffit {
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
<p class="level0">testcurl.pl - (automatically) test curl <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
<p class="level0"><span Class="bold">testcurl.pl [options] [dir] &gt; output</span> <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
-<p class="level0"><span Class="emphasis">testcurl.pl</span> is the master script to use for automatic testing of curl 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 otherwise). The most current build status (with a reasonable backlog) will be published on the curl site, at <a href="https://curl.haxx.se/dev/builds.html">https://curl.haxx.se/dev/builds.html</a>
+<p class="level0"><span Class="emphasis">testcurl.pl</span> is the master script to use for automatic testing of curl 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 otherwise). The most current build status (with a reasonable backlog) will be published on the curl site, at <a href="https://curl.haxx.se/auto/">https://curl.haxx.se/auto/</a>
<p class="level0"><span Class="emphasis">options</span> may be omitted. See <span Class="emphasis">--setup</span> for what happens then.
<p class="level0"><span Class="emphasis">dir</span> is a curl source dir, possibly a daily snapshot one. Using this will make testcurl.pl skip the 'buildconf' stage and thus it removes the dependency on automake, autoconf, libtool, GNU m4 and possibly a few other things.
<p class="level0">testcurl.pl will run 'buildconf' (or similar), run configure, build curl and libcurl in a separate build directory and then run 'make test' to test the fresh build. <a name="OPTIONS"></a><h2 class="nroffsh">OPTIONS</h2>
@@ -80,11 +80,11 @@ p.roffit {
<p class="level1">File name to read setup from (deprecated). The old style of providing info. If info is missing when testcurl.pl is started, it will prompt you and then store the info in a 'setup' file, which it will look for on each invoke. Use <span Class="emphasis">--name</span>, <span Class="emphasis">--email</span>, <span Class="emphasis">--configure</span> and <span Class="emphasis">--desc</span> instead.
<p class="level0"><a name="--targetyour"></a><span class="nroffip">--target=[your os]</span>
<p class="level1">Specify your target environment. Recognized strings include 'vc', 'mingw32', 'borland' and 'netware'. <a name="INITIAL"></a><h2 class="nroffsh">INITIAL SETUP</h2>
-<p class="level0">First you make a checkout from git (or you write a script that downloads daily snapshots automatically, find inspiration in <a href="https://curl.haxx.se/dev/autocurl.txt">https://curl.haxx.se/dev/autocurl.txt</a> ):
+<p class="level0">First you make a checkout from git (or you write a script that downloads daily snapshots automatically, find inspiration at <a href="https://curl.haxx.se/auto/autocurl.txt):">https://curl.haxx.se/auto/autocurl.txt):</a>
<p class="level0"><pre class="level0">
&nbsp; $ mkdir daily-curl
&nbsp; $ cd daily-curl
-&nbsp; $ git clone https://github.com/curl/curl.git
+&nbsp; $ git clone git://github.com/curl/curl.git
</pre>
<p class="level0">