aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Collapse)Author
2003-06-12get and use only the first line of the curl --version outputDaniel Stenberg
2003-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
present client-side
2003-06-12now test cases can be set to be dependent on the presence of "SSL" in theDaniel Stenberg
client/library
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel Stenberg
variables
2003-04-30no longer assume that the test number implies servers to runDaniel Stenberg
2003-04-30modified to produce nicer output when a single test failsDaniel Stenberg
2003-04-01support the new <killserver> tagDaniel Stenberg
2003-03-19set binary mode for some file handling and it might work better on someDaniel Stenberg
cygwin installations (using DOS-style files somehow?)
2003-03-15missing newline addedDaniel Stenberg
2003-03-15allow 'none' as serverDaniel Stenberg
2003-03-15* use the pid returned back from test-servers and kill them before startingDaniel Stenberg
them the first time * verify that the server we start really comes up fine and works as expected before continue * count test cases where the server can't be run (for whatever reason) * prefix lots of messages with RUN: to make it easier to realize which script is saying what when running tests verbose * remove the generic sleep(1) from each test, makes the suite fly! ;-) I hope these changes will make the tests run somewhat more reliably on more platforms.
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
as skipped twice, and thus the total number of tests appeared wrong
2003-01-21pass srcdir to the ftps-server as wellDaniel Stenberg
2003-01-21runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg
2003-01-20output summary with easy identifyable string prefixesDaniel Stenberg
2003-01-09pass a file name to memanalyze to read from instead of using stdinDaniel Stenberg
2002-12-13fixed another space issueDaniel Stenberg
2002-12-12missing space added, nows run old tests fine againDaniel Stenberg
2002-12-12make ftps and https invoke both necessary serversDaniel Stenberg
2002-12-12supports the new 'tool' and 'server' tagsDaniel Stenberg
2002-11-06output all test case numbers with three digitsDaniel Stenberg
2002-08-30show return code when run verboseDaniel Stenberg
2002-08-12redirect stderr to /dev/null when testing for running test-serversDaniel Stenberg
2002-06-11more nonewline supportDaniel Stenberg
2002-05-21James Cone's little work-around for the strict errorDaniel Stenberg
2002-05-21test suite mods for the netrc testing stuffDaniel Stenberg
2002-04-09set the HOME variable to the current dir, to prevent any real ~/.curlrc toDaniel Stenberg
play tricks on us!
2002-03-01memanalyze is now moved to the tests/ dirDaniel Stenberg
2002-02-28set CURL_MEMDEBUG to enable memory debugging in case curl is compiledDaniel Stenberg
with it
2002-02-25use env to run perlDaniel Stenberg
2002-02-25use the pid file, use the automake subdirDaniel Stenberg
2002-02-25use the former logfile name again since the ftp server also uses that...Daniel Stenberg
2002-02-25we actually ran all tests just now, feb 25th, 2002 12:11 MET. with theDaniel Stenberg
new http server on Linux
2002-02-2216 tests OKDaniel Stenberg
2002-02-22cut off big parts of the bannerDaniel Stenberg
2002-02-22support for using protocol without a trailing newlineDaniel Stenberg
2002-02-19use the new HTTP server input fileDaniel Stenberg
2002-02-19fixed the huge text just in case anyone actually reads itDaniel Stenberg
2002-01-30big-time alert that this doesn't workDaniel Stenberg
2002-01-08test case 38 added a few new requirementsDaniel Stenberg
2002-01-04-l lists all testsDaniel Stenberg
2002-01-03added a little percentage for "ok coverage"Daniel Stenberg
2001-11-29remove the command file after each testDaniel Stenberg
2001-10-17don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg
also, always kill/restart the HTTP server on startup if it is our test server
2001-10-10checkserver() bugged, Kevin Roth detected and fixedDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
both of them
2001-08-06adjusted to the correct treatmeant of file:// URLsDaniel Stenberg
2001-08-067.8.1-pre3 commitDaniel Stenberg