summaryrefslogtreecommitdiff
path: root/testcurl.sh
Commit message (Collapse)AuthorAgeFilesLines
* made it work ;-)Daniel Stenberg2003-05-271-1/+1
|
* if cvs update fails, attempt again after 5 seconds and retry 50 timesDaniel Stenberg2003-05-271-3/+23
| | | | before giving up
* if the cvs update fails, don't continue furtherDaniel Stenberg2003-03-201-0/+5
|
* output what cvs returned, see if we can make the script bail out whenDaniel Stenberg2003-03-131-0/+3
| | | | cvs update fails
* This script clearly misses to remove the build dir at times when it exits,Daniel Stenberg2003-02-171-2/+2
| | | | so we now remove everything matching "build-*" when the script starts.
* fix the configure option queryDaniel Stenberg2003-01-231-6/+8
|
* reversed the actions on the cmp check for detecting if we're re-runningDaniel Stenberg2003-01-221-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 etcDaniel Stenberg2003-01-221-0/+4
|
* pass the options to configure properlyDaniel Stenberg2003-01-221-3/+5
|
* check for empty confopts before asking for itDaniel Stenberg2003-01-221-1/+1
|
* put the configure options in the setup file was wellDaniel Stenberg2003-01-221-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 ofDaniel Stenberg2003-01-211-2/+2
| | | | errors
* use 'make test-full' instead of only 'make test' as it gives a lot of moreDaniel Stenberg2003-01-211-2/+2
| | | | info in case of failures
* use process id in build directory name to do betterDaniel Stenberg2003-01-201-4/+6
|
* first attempt at script for distributed testing on various unix hostsDaniel Stenberg2003-01-201-0/+139