Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-24 | testcurl.pl: use rel2abs to make the source directory absolute | Dan Fandrich | |
This function makes a platform-specific absolute path which uses backslashes on Windows. This form works when passing it on the command-line, as well as if the source is on another drive. | |||
2015-05-21 | testcurl.pl: allow source to be in an arbitrary directory | Dan Fandrich | |
This way, the build directory can be located on an entirely different filesystem from the source code (e.g. a tmpfs). | |||
2015-03-24 | testcurl.pl: add the --notes option to supply more info about a build | Dan Fandrich | |
Support for notes has been in place for a while, but it required being added to the setup file manually. | |||
2015-03-21 | testcurl: Allow '=' in values given on command line | Dagobert Michelsen | |
2014-11-25 | testcurl: bump the version of this script! | Daniel Stenberg | |
2014-11-25 | testcurl: skip reading the setup file if given enough cmdline info | Daniel Stenberg | |
This makes it much easier to run multiple tests in the same directory, just altering the command lines used. | |||
2014-07-17 | testcurl.pl: log the value of --runtestopts in the test header | Dan Fandrich | |
2014-01-05 | testcurl.pl: always show the last 5 commits even with --nogitpull | Marc Hoersken | |
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-11-30 | testcurl.pl: build example programs for several autobuilds | Yang Tse | |
Affected autobuilds: IRIX, AIX, Tru64 and AIX. | |||
2012-07-02 | testcurl.pl: fix missing semicolon | Neil Bowers | |
2012-07-02 | testcurl.pl: allow non in-tree c-ares enabled autobuild | Yang Tse | |
2012-04-13 | testcurl.pl: build example programs for Android cross-compiles | Yang Tse | |
2012-04-12 | testcurl.pl: build example programs for MinGW cross-compiles | Yang Tse | |
2012-04-12 | testcurl.pl: log more environment vars that modify configure and build behavior | Yang Tse | |
2011-12-27 | testcurl.pl: 82c344a3 follow-up | Yang Tse | |
2011-12-26 | testcurl.pl: log ACLOCAL_FLAGS | Yang Tse | |
2011-12-26 | testcurl.pl: third party m4 warnings filtering adjustment | Yang 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-23 | testcurl.pl: temporary change | Yang Tse | |
Allow autobuilds to run a couple of days without filtering out aclocal underquoted definition warnings. | |||
2011-06-23 | Display notes from setup file in testcurl.pl | Dan 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-31 | testcurl.pl: allow configure args to use '=' | Daniel Stenberg | |
2010-10-14 | Added --noconfigure switch to testcurl.pl. | Guenter Knauf | |
2010-08-20 | Trial 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-10 | Added msys Perl since git for Win32 comes with own Perl which identifies as ↵ | Guenter Knauf | |
msys. | |||
2010-08-10 | Make testcurl.pl Watcom-aware. | Guenter Knauf | |
2010-04-13 | Use correct directory for c-ares git pull | Guenter Knauf | |
Signed-off-by: Tor Arntsen <tor@spacetec.no> | |||
2010-04-13 | added last git commit output for c-ares too. | Guenter Knauf | |
2010-04-13 | changed the git update block to take care of c-ares repo if detected. | Guenter Knauf | |
2010-04-12 | updated timestamp of the script. | Guenter Knauf | |
2010-04-12 | removed obsolete var in gitpull() function | Guenter Knauf | |
no need to create a var - lets just return the status var itself. | |||
2010-03-28 | Allow 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-27 | make sure git pull is actually done! | Daniel Stenberg | |
2010-03-25 | Avoid double newline for the 'last commits' log in testcurl.pl | Tor 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-25 | Change 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-25 | show 5 commits even if no git pull was made | Daniel Stenberg | |
2010-03-25 | don't touch ares/aclocal.m4 and show recent git commits | Daniel 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-24 | provide a version number as today's date | Daniel Stenberg | |
It should at least help visualize which autobuilds that are using this script. | |||
2010-03-24 | testcurl now uses git instead of CVS | Daniel Stenberg | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-07-14 | renamed 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-14 | renamed 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-13 | added PKG_CONFIG_PATH to output to better verify if it gets properly set ↵ | Gunter Knauf | |
with cross compiles. | |||
2009-06-11 | changed testcurl script to allow building test harness | Yang Tse | |
programs when cross-compiling for a *-*-mingw* host. | |||
2009-06-03 | Die when instructed to build c-ares and this fails | Yang Tse | |
2009-05-21 | forced 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-21 | strip \r only on non-win32 platforms (wine on Linux). | Gunter Knauf | |
2009-05-21 | removed an attempt to write to non-opened LOG introduced with r1.30. | Gunter Knauf | |
2009-05-21 | reduced duplicate code. | Gunter Knauf | |
2009-05-21 | stripped \r from win32 curl --version output. | Gunter Knauf | |