Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made it work ;-) | Daniel Stenberg | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | if cvs update fails, attempt again after 5 seconds and retry 50 times | Daniel Stenberg | 2003-05-27 | 1 | -3/+23 |
| | | | | before giving up | ||||
* | if the cvs update fails, don't continue further | Daniel Stenberg | 2003-03-20 | 1 | -0/+5 |
| | |||||
* | output what cvs returned, see if we can make the script bail out when | Daniel Stenberg | 2003-03-13 | 1 | -0/+3 |
| | | | | cvs update fails | ||||
* | This script clearly misses to remove the build dir at times when it exits, | Daniel Stenberg | 2003-02-17 | 1 | -2/+2 |
| | | | | so we now remove everything matching "build-*" when the script starts. | ||||
* | fix the configure option query | Daniel Stenberg | 2003-01-23 | 1 | -6/+8 |
| | |||||
* | reversed the actions on the cmp check for detecting if we're re-running | Daniel Stenberg | 2003-01-22 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | use LANG set to C to prevent localized dates etc | Daniel Stenberg | 2003-01-22 | 1 | -0/+4 |
| | |||||
* | pass the options to configure properly | Daniel Stenberg | 2003-01-22 | 1 | -3/+5 |
| | |||||
* | check for empty confopts before asking for it | Daniel Stenberg | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | put the configure options in the setup file was well | Daniel Stenberg | 2003-01-22 | 1 | -2/+39 |
| | | | | | | | make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed | ||||
* | run 'make test-full' instead of 'make test' to get more details in case of | Daniel Stenberg | 2003-01-21 | 1 | -2/+2 |
| | | | | errors | ||||
* | use 'make test-full' instead of only 'make test' as it gives a lot of more | Daniel Stenberg | 2003-01-21 | 1 | -2/+2 |
| | | | | info in case of failures | ||||
* | use process id in build directory name to do better | Daniel Stenberg | 2003-01-20 | 1 | -4/+6 |
| | |||||
* | first attempt at script for distributed testing on various unix hosts | Daniel Stenberg | 2003-01-20 | 1 | -0/+139 |