aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Collapse)Author
2003-08-12David Byron's fix that makes this script use 'cygpath' instead of 'pwd' ifDaniel Stenberg
this runs on windows, to find out the current working directory.
2003-08-06minor cleanupDaniel Stenberg
2003-06-26produce a skip-report at the end of all tests, and thus record and countDaniel Stenberg
them properly
2003-06-13stdout is good enoughDaniel Stenberg
2003-06-13work more on pids, less on pidfiles to be able to do better kills at theDaniel Stenberg
end of the test where the pidfiles aren't found, but "our" server is running
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