Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-07 | Ralph Mitchell's update that allows this script to take an existing | Daniel Stenberg | |
directory name and build/run/test curl in there instead of trying to update from CVS. Using this approach, this script can be used to test daily tarballs etc. | |||
2003-10-24 | support building ares-enabled too | Daniel Stenberg | |
2003-07-23 | the test compared numericly if though it could contain a string, and I | Daniel Stenberg | |
lowered the number of retries to 10 | |||
2003-05-27 | made it work ;-) | Daniel Stenberg | |
2003-05-27 | if cvs update fails, attempt again after 5 seconds and retry 50 times | Daniel Stenberg | |
before giving up | |||
2003-03-20 | if the cvs update fails, don't continue further | Daniel Stenberg | |
2003-03-13 | output what cvs returned, see if we can make the script bail out when | Daniel Stenberg | |
cvs update fails | |||
2003-02-17 | This script clearly misses to remove the build dir at times when it exits, | Daniel Stenberg | |
so we now remove everything matching "build-*" when the script starts. | |||
2003-01-23 | fix the configure option query | Daniel Stenberg | |
2003-01-22 | reversed the actions on the cmp check for detecting if we're re-running | Daniel Stenberg | |
a test on the same CVS setup as previous, as they seemed to be wrong. We're not actually using the result for anything at this point though. | |||
2003-01-22 | use LANG set to C to prevent localized dates etc | Daniel Stenberg | |
2003-01-22 | pass the options to configure properly | Daniel Stenberg | |
2003-01-22 | check for empty confopts before asking for it | Daniel Stenberg | |
2003-01-22 | put the configure options in the setup file was well | Daniel Stenberg | |
make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed | |||
2003-01-21 | run 'make test-full' instead of 'make test' to get more details in case of | Daniel Stenberg | |
errors | |||
2003-01-21 | use 'make test-full' instead of only 'make test' as it gives a lot of more | Daniel Stenberg | |
info in case of failures | |||
2003-01-20 | use process id in build directory name to do better | Daniel Stenberg | |
2003-01-20 | first attempt at script for distributed testing on various unix hosts | Daniel Stenberg | |