diff options
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-x | tests/testcurl.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 9fd0bab5a..826299dd0 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -28,10 +28,11 @@ # testcurl.pl is the master script to use for automatic testing of CVS-curl. # This is written for the purpose of being run from a crontab job or similar -# at a regular interval. The output will be suitable to be mailed automaticly -# to "curl-autocompile@haxx.se" to be dealt with automatically. The most -# current build status (with a resonable backlog) will be published on the -# curl site, at http://curl.haxx.se/auto/ +# 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 resonable backlog) will +# be published on the curl site, at http://curl.haxx.se/auto/ # USAGE: # testcurl.pl [options] [curl-daily-name] > output |