summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
Commit message (Expand)AuthorAgeFilesLines
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* replaced tabs with spacesYang Tse2010-02-161-1/+1
* removed trailing whitespaceYang Tse2010-02-141-2/+2
* warning fixYang Tse2010-02-061-1/+1
* Test suite support for RTSPYang Tse2010-02-011-1/+186
* fix warning triggered when debugging on cygwinYang Tse2010-01-211-1/+2
* improve displaylogcontent() sub fixing a warningYang Tse2010-01-211-4/+11
* SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse2010-01-201-1/+1
* Use delete() to unset environment variables instead of assigning undef whichYang Tse2010-01-201-8/+8
* Adjust valgrind logs file name detection.Yang Tse2010-01-201-38/+54
* avoid "Use of uninitialized value $l in concatenation"Daniel Stenberg2010-01-191-1/+1
* Fail harder when curl coredumps trying to verify http and ftp servers.Yang Tse2010-01-191-16/+40
* prevent %runcert hash growth when clearing itemsYang Tse2010-01-191-3/+3
* fix warningsYang Tse2010-01-181-2/+2
* Stop ssl running server when cert file currently used by server isYang Tse2010-01-181-8/+29
* fix warningsYang Tse2010-01-181-8/+20
* - Remove QD restarting of https servers. Proper fixing required.Yang Tse2010-01-181-13/+3
* make verifyhttp use different file names depending on server characteristicsYang Tse2010-01-181-26/+51
* fix warningsYang Tse2010-01-171-13/+13
* fix warningsYang Tse2010-01-171-7/+11
* fix warningsYang Tse2010-01-171-36/+44
* add some debug messagesYang Tse2010-01-171-2/+14
* use servername_id() from serverhelp.pmYang Tse2010-01-171-0/+1
* refactored stopping of test harness serversYang Tse2010-01-171-91/+174
* Declaration of $sshdlog is done in sshhelp.pmYang Tse2010-01-151-0/+1
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-151-46/+57
* Squeeze slack time when killing more than one server fromYang Tse2010-01-141-37/+54
* Make runtests.pl actually support any (valid) server specificationYang Tse2010-01-121-9/+66
* Adjust vor VPATH buildsYang Tse2010-01-121-3/+3
* - The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg2010-01-111-0/+15
* secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse2010-01-111-31/+38
* Previous commit adjustmentsYang Tse2010-01-101-16/+9
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-091-39/+46
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-081-35/+35
* sws and tftpd command line option naming adjustmentsYang Tse2010-01-081-3/+3
* Leftover from previous commitYang Tse2009-12-281-3/+3
* Initial refactoring step for server name strings centralized generationYang Tse2009-12-281-31/+75
* When verifying the SMTP server I had to add some hackery since SMTP in itselfDaniel Stenberg2009-12-251-3/+11
* Back out some pingpong server stopping changes introduced last week inYang Tse2009-12-231-5/+5
* use Time::HiRes whenever available, independently of perl versionYang Tse2009-12-221-6/+7
* Make 'classic' output end of a test-suite run become again the endYang Tse2009-12-211-126/+136
* Move stopping of servers instructed by test definition, after the removal ofYang Tse2009-12-211-23/+21
* Replaced tabs with spacesYang Tse2009-12-211-69/+69
* revert that, we already had a function named like that!Daniel Stenberg2009-12-201-8/+8
* rename the verifyftp function to verifyserver since it is used to verifyDaniel Stenberg2009-12-201-8/+8
* - Attempt to fix script compilation failure on versions older than 5.007003,Yang Tse2009-12-201-5/+6
* fix the ftp check delay timer to never be set below 1 to work correctlyDaniel Stenberg2009-12-191-1/+1
* Slack time reductionYang Tse2009-12-191-6/+6
* Added runtests.pl '-r' option for run time statisticsYang Tse2009-12-191-34/+133