Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is the old script for testing curl, now use tests/testcurl.pl instead. | Daniel Stenberg | 2004-06-21 | 1 | -304/+0 |
| | | | | It is more portable. | ||||
* | make this script tell that this is the obsolete version, to make it possible | Daniel Stenberg | 2004-05-18 | 1 | -0/+1 |
| | | | | to detect | ||||
* | remove ares/aclocal.m4 before cvs update to prevent bad conflicts | Daniel Stenberg | 2004-03-09 | 1 | -0/+5 |
| | |||||
* | show curl --version output as well | Daniel Stenberg | 2004-03-03 | 1 | -0/+4 |
| | |||||
* | display src/config.h as well after configure as run | Daniel Stenberg | 2004-03-02 | 1 | -0/+3 |
| | |||||
* | Ignore the dreaded aclocal warnings on underquoted definitions that the | Daniel Stenberg | 2004-03-01 | 1 | -1/+2 |
| | | | | recent autoconf annoyingly introduced. | ||||
* | When this is verified to be a CVS tree, we remove the two generated source | Daniel Stenberg | 2004-02-26 | 1 | -0/+4 |
| | | | | | files from the source dir to make certain they're generated in the build process. | ||||
* | The build logs were created in the "wrong" dir and thus never removed | Daniel Stenberg | 2004-02-26 | 1 | -3/+7 |
| | | | | after use, this is an attempt to fix this. | ||||
* | Output $CC and $CFLAGS as well. A Tor Arntsen patch. | Daniel Stenberg | 2004-02-25 | 1 | -0/+2 |
| | |||||
* | argh, use single-quotes instead of double ones to make $Revision appear | Daniel Stenberg | 2004-02-23 | 1 | -1/+1 |
| | |||||
* | use the proper source header, and set the version string to this file's | Daniel Stenberg | 2004-02-23 | 1 | -1/+23 |
| | | | | revision number | ||||
* | cd back to the root path before removing the build dir, since some systems | Daniel Stenberg | 2004-02-23 | 1 | -0/+2 |
| | | | | refuse to remove the dir otherwise! | ||||
* | Tor Arntsen's tiny fix! | Daniel Stenberg | 2004-02-19 | 1 | -1/+1 |
| | |||||
* | use a die and a log function to die and log texts | Daniel Stenberg | 2004-02-19 | 1 | -54/+64 |
| | | | | | | | | 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 | ||||
* | remove the build.log too at exit, and also use the proper $pwd prefix | Daniel Stenberg | 2004-02-19 | 1 | -2/+6 |
| | | | | | to find the files/dirs to remove so that it still works if we "die" after having done a 'cd' | ||||
* | spell! | Daniel Stenberg | 2004-02-15 | 1 | -1/+1 |
| | |||||
* | Tor Arntsen made the ares build warnings etc get included as well | Daniel Stenberg | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | removed the state file renaming I accidentally left there | Daniel Stenberg | 2004-02-09 | 1 | -5/+0 |
| | |||||
* | Remove the attempt to detect if we already tested the same source setup. | Daniel Stenberg | 2004-02-06 | 1 | -16/+0 |
| | | | | | We really don't care, and so many other things could've changed to make the new test interesting anyway. | ||||
* | hide the grep result | Daniel Stenberg | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | verify that buildconf ran fine to allow it to continue | Daniel Stenberg | 2004-01-29 | 1 | -1/+9 |
| | |||||
* | Tor Arntsen fixed a spelling error | Daniel Stenberg | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | remove the build directory on exist, if there is any | Daniel Stenberg | 2003-12-15 | 1 | -0/+4 |
| | |||||
* | only build ares if truly enabled | Daniel Stenberg | 2003-12-12 | 1 | -1/+1 |
| | |||||
* | ares-using configure should run configure in the subdir by itself | Daniel Stenberg | 2003-12-11 | 1 | -7/+1 |
| | |||||
* | Ralph Mitchell's update that allows this script to take an existing | Daniel Stenberg | 2003-11-07 | 1 | -64/+89 |
| | | | | | | 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. | ||||
* | support building ares-enabled too | Daniel Stenberg | 2003-10-24 | 1 | -0/+18 |
| | |||||
* | the test compared numericly if though it could contain a string, and I | Daniel Stenberg | 2003-07-23 | 1 | -2/+2 |
| | | | | lowered the number of retries to 10 | ||||
* | 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 |