aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
AgeCommit message (Collapse)Author
2014-01-05testcurl.pl: always show the last 5 commits even with --nogitpullMarc Hoersken
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-11-30testcurl.pl: build example programs for several autobuildsYang Tse
Affected autobuilds: IRIX, AIX, Tru64 and AIX.
2012-07-02testcurl.pl: fix missing semicolonNeil Bowers
2012-07-02testcurl.pl: allow non in-tree c-ares enabled autobuildYang Tse
2012-04-13testcurl.pl: build example programs for Android cross-compilesYang Tse
2012-04-12testcurl.pl: build example programs for MinGW cross-compilesYang Tse
2012-04-12testcurl.pl: log more environment vars that modify configure and build behaviorYang Tse
2011-12-27testcurl.pl: 82c344a3 follow-upYang Tse
2011-12-26testcurl.pl: log ACLOCAL_FLAGSYang Tse
2011-12-26testcurl.pl: third party m4 warnings filtering adjustmentYang Tse
Make testcurl.pl ignore messages pertaining to third party m4 files we don't care nor use on a file basis policy while retaining all other warnings. This closes temporary commit e71e226f
2011-12-23testcurl.pl: temporary changeYang Tse
Allow autobuilds to run a couple of days without filtering out aclocal underquoted definition warnings.
2011-06-23Display notes from setup file in testcurl.plDan Fandrich
Autobuild submitters can use this to add some text to their setup files to describe issues they've found with the build or tests. This could include laying blame on test failures on network issues or dependent libraries, explaining away compiler warnings or providing any additional information that could be useful to people reviewing and investigating problems with the publicly available autobuild logs. Note that persistent test failures that are not issues with curl itself should normally be fixed by excluding them from the test run instead. This is an entirely optional field that is not entered by the user the first time a new build is created.
2011-05-31testcurl.pl: allow configure args to use '='Daniel Stenberg
2010-10-14Added --noconfigure switch to testcurl.pl.Guenter Knauf
2010-08-20Trial to fix win32 autobuilds.Guenter Knauf
It seems that its time to look at some better ideas for the win32 non-configure builds; probably a prebuild target which copies config-win32.h to curl_config.h and appends also then feature defines like USE_ARES.
2010-08-10Added msys Perl since git for Win32 comes with own Perl which identifies as ↵Guenter Knauf
msys.
2010-08-10Make testcurl.pl Watcom-aware.Guenter Knauf
2010-04-13Use correct directory for c-ares git pullGuenter Knauf
Signed-off-by: Tor Arntsen <tor@spacetec.no>
2010-04-13added last git commit output for c-ares too.Guenter Knauf
2010-04-13changed the git update block to take care of c-ares repo if detected.Guenter Knauf
2010-04-12updated timestamp of the script.Guenter Knauf
2010-04-12removed obsolete var in gitpull() functionGuenter Knauf
no need to create a var - lets just return the status var itself.
2010-03-28Allow running ./tests/testcurl.pl from within git repo.Ben Greear
My first instinct was to run the test script within the checked out repository. This small change to the script allows that to work as expected. Signed-off-by: Ben Greear <greearb@candelatech.com>
2010-03-27make sure git pull is actually done!Daniel Stenberg
2010-03-25Avoid double newline for the 'last commits' log in testcurl.plTor Arntsen
The backtick command which extracts 'git log' lines come with a newline, so chomp the newline before calling logit(), as the logit function adds a newline by itself.
2010-03-25Change to version-independent git option for 'git log --oneline'Tor Arntsen
'git log --oneline' is a relatively recent Git function. It is documented to be the same as 'git log --pretty=oneline --abbrev-commit', so use that instead. It works all the way back to Git 1.5.0.
2010-03-25show 5 commits even if no git pull was madeDaniel Stenberg
2010-03-25don't touch ares/aclocal.m4 and show recent git commitsDaniel Stenberg
since c-ares no longer embedded, we must not touch such files anymore we show the 5 last git commits if git was proven in use, to help us see exactly what's being tested
2010-03-24provide a version number as today's dateDaniel Stenberg
It should at least help visualize which autobuilds that are using this script.
2010-03-24testcurl now uses git instead of CVSDaniel Stenberg
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h (missing bits)
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h.
2009-07-13added PKG_CONFIG_PATH to output to better verify if it gets properly set ↵Gunter Knauf
with cross compiles.
2009-06-11changed testcurl script to allow building test harnessYang Tse
programs when cross-compiling for a *-*-mingw* host.
2009-06-03Die when instructed to build c-ares and this failsYang Tse
2009-05-21forced to use nmake for VC builds early so that its also used for ares even ↵Gunter Knauf
if we find a GNU make first in path; simplified curl make call.
2009-05-21strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf
2009-05-21removed an attempt to write to non-opened LOG introduced with r1.30.Gunter Knauf
2009-05-21reduced duplicate code.Gunter Knauf
2009-05-21stripped \r from win32 curl --version output.Gunter Knauf
2009-05-21enable mingw64 target.Gunter Knauf
2009-05-12fix LC_ALL and LC_CTYPE when set with conflicting valuesYang Tse
2009-04-30When generated, display libcurl.pc and libcares.pcYang Tse
2009-04-29Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵Yang Tse
and ares_build.h
2009-04-29Trigger c-ares prebuild stage for fake-config setup'sYang Tse
2009-04-29When running testcurl.pl display definitions from ares_build.hYang Tse
2009-04-27Log MAKEFLAGS environment variable along with the others.Yang Tse