summaryrefslogtreecommitdiff
path: root/testcurl.sh
Commit message (Expand)AuthorAgeFilesLines
* remove ares/aclocal.m4 before cvs update to prevent bad conflictsDaniel Stenberg2004-03-091-0/+5
* show curl --version output as wellDaniel Stenberg2004-03-031-0/+4
* display src/config.h as well after configure as runDaniel Stenberg2004-03-021-0/+3
* Ignore the dreaded aclocal warnings on underquoted definitions that theDaniel Stenberg2004-03-011-1/+2
* When this is verified to be a CVS tree, we remove the two generated sourceDaniel Stenberg2004-02-261-0/+4
* The build logs were created in the "wrong" dir and thus never removedDaniel Stenberg2004-02-261-3/+7
* Output $CC and $CFLAGS as well. A Tor Arntsen patch.Daniel Stenberg2004-02-251-0/+2
* argh, use single-quotes instead of double ones to make $Revision appearDaniel Stenberg2004-02-231-1/+1
* use the proper source header, and set the version string to this file'sDaniel Stenberg2004-02-231-1/+23
* cd back to the root path before removing the build dir, since some systemsDaniel Stenberg2004-02-231-0/+2
* Tor Arntsen's tiny fix!Daniel Stenberg2004-02-191-1/+1
* use a die and a log function to die and log textsDaniel Stenberg2004-02-191-54/+64
* remove the build.log too at exit, and also use the proper $pwd prefixDaniel Stenberg2004-02-191-2/+6
* spell!Daniel Stenberg2004-02-151-1/+1
* Tor Arntsen made the ares build warnings etc get included as wellDaniel Stenberg2004-02-131-1/+1
* removed the state file renaming I accidentally left thereDaniel Stenberg2004-02-091-5/+0
* Remove the attempt to detect if we already tested the same source setup.Daniel Stenberg2004-02-061-16/+0
* hide the grep resultDaniel Stenberg2004-01-301-1/+1
* verify that buildconf ran fine to allow it to continueDaniel Stenberg2004-01-291-1/+9
* Tor Arntsen fixed a spelling errorDaniel Stenberg2004-01-051-1/+1
* remove the build directory on exist, if there is anyDaniel Stenberg2003-12-151-0/+4
* only build ares if truly enabledDaniel Stenberg2003-12-121-1/+1
* ares-using configure should run configure in the subdir by itselfDaniel Stenberg2003-12-111-7/+1
* Ralph Mitchell's update that allows this script to take an existingDaniel Stenberg2003-11-071-64/+89
* support building ares-enabled tooDaniel Stenberg2003-10-241-0/+18
* the test compared numericly if though it could contain a string, and IDaniel Stenberg2003-07-231-2/+2
* 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
* 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
* This script clearly misses to remove the build dir at times when it exits,Daniel Stenberg2003-02-171-2/+2
* 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
* 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
* run 'make test-full' instead of 'make test' to get more details in case ofDaniel Stenberg2003-01-211-2/+2
* use 'make test-full' instead of only 'make test' as it gives a lot of moreDaniel Stenberg2003-01-211-2/+2
* 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