aboutsummaryrefslogtreecommitdiff
path: root/testcurl.sh
AgeCommit message (Collapse)Author
2004-05-18make this script tell that this is the obsolete version, to make it possibleDaniel Stenberg
to detect
2004-03-09remove ares/aclocal.m4 before cvs update to prevent bad conflictsDaniel Stenberg
2004-03-03show curl --version output as wellDaniel Stenberg
2004-03-02display src/config.h as well after configure as runDaniel Stenberg
2004-03-01Ignore the dreaded aclocal warnings on underquoted definitions that theDaniel Stenberg
recent autoconf annoyingly introduced.
2004-02-26When this is verified to be a CVS tree, we remove the two generated sourceDaniel Stenberg
files from the source dir to make certain they're generated in the build process.
2004-02-26The build logs were created in the "wrong" dir and thus never removedDaniel Stenberg
after use, this is an attempt to fix this.
2004-02-25Output $CC and $CFLAGS as well. A Tor Arntsen patch.Daniel Stenberg
2004-02-23argh, use single-quotes instead of double ones to make $Revision appearDaniel Stenberg
2004-02-23use the proper source header, and set the version string to this file'sDaniel Stenberg
revision number
2004-02-23cd back to the root path before removing the build dir, since some systemsDaniel Stenberg
refuse to remove the dir otherwise!
2004-02-19Tor Arntsen's tiny fix!Daniel Stenberg
2004-02-19use a die and a log function to die and log textsDaniel Stenberg
better detect test suite failures remove the buildlog at exit make a random buildlog file name, now in the same dir where the build dir is created checks if the ares build succeeded
2004-02-19remove the build.log too at exit, and also use the proper $pwd prefixDaniel Stenberg
to find the files/dirs to remove so that it still works if we "die" after having done a 'cd'
2004-02-15spell!Daniel Stenberg
2004-02-13Tor Arntsen made the ares build warnings etc get included as wellDaniel Stenberg
2004-02-09removed the state file renaming I accidentally left thereDaniel Stenberg
2004-02-06Remove the attempt to detect if we already tested the same source setup.Daniel Stenberg
We really don't care, and so many other things could've changed to make the new test interesting anyway.
2004-01-30hide the grep resultDaniel Stenberg
2004-01-29verify that buildconf ran fine to allow it to continueDaniel Stenberg
2004-01-05Tor Arntsen fixed a spelling errorDaniel Stenberg
2003-12-15remove the build directory on exist, if there is anyDaniel Stenberg
2003-12-12only build ares if truly enabledDaniel Stenberg
2003-12-11ares-using configure should run configure in the subdir by itselfDaniel Stenberg
2003-11-07Ralph Mitchell's update that allows this script to take an existingDaniel 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-24support building ares-enabled tooDaniel Stenberg
2003-07-23the test compared numericly if though it could contain a string, and IDaniel Stenberg
lowered the number of retries to 10
2003-05-27made it work ;-)Daniel Stenberg
2003-05-27if cvs update fails, attempt again after 5 seconds and retry 50 timesDaniel Stenberg
before giving up
2003-03-20if the cvs update fails, don't continue furtherDaniel Stenberg
2003-03-13output what cvs returned, see if we can make the script bail out whenDaniel Stenberg
cvs update fails
2003-02-17This 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-23fix the configure option queryDaniel Stenberg
2003-01-22reversed the actions on the cmp check for detecting if we're re-runningDaniel 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-22use LANG set to C to prevent localized dates etcDaniel Stenberg
2003-01-22pass the options to configure properlyDaniel Stenberg
2003-01-22check for empty confopts before asking for itDaniel Stenberg
2003-01-22put the configure options in the setup file was wellDaniel Stenberg
make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed
2003-01-21run 'make test-full' instead of 'make test' to get more details in case ofDaniel Stenberg
errors
2003-01-21use 'make test-full' instead of only 'make test' as it gives a lot of moreDaniel Stenberg
info in case of failures
2003-01-20use process id in build directory name to do betterDaniel Stenberg
2003-01-20first attempt at script for distributed testing on various unix hostsDaniel Stenberg