aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2010-02-14removed trailing whitespaceYang Tse
2010-02-06warning fixYang Tse
2010-02-01Test suite support for RTSPYang Tse
2010-01-21fix warning triggered when debugging on cygwinYang Tse
2010-01-21improve displaylogcontent() sub fixing a warningYang Tse
2010-01-20SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse
2010-01-20Use delete() to unset environment variables instead of assigning undef whichYang Tse
2010-01-20Adjust valgrind logs file name detection.Yang Tse
2010-01-19avoid "Use of uninitialized value $l in concatenation"Daniel Stenberg
2010-01-19Fail harder when curl coredumps trying to verify http and ftp servers.Yang Tse
2010-01-19prevent %runcert hash growth when clearing itemsYang Tse
2010-01-18fix warningsYang Tse
2010-01-18Stop ssl running server when cert file currently used by server isYang Tse
2010-01-18fix warningsYang Tse
2010-01-18- Remove QD restarting of https servers. Proper fixing required.Yang Tse
2010-01-18make verifyhttp use different file names depending on server characteristicsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17add some debug messagesYang Tse
2010-01-17use servername_id() from serverhelp.pmYang Tse
2010-01-17refactored stopping of test harness serversYang Tse
2010-01-15Declaration of $sshdlog is done in sshhelp.pmYang Tse
2010-01-15Start using the centralized pidfile and logfile name generationYang Tse
2010-01-14Squeeze slack time when killing more than one server fromYang Tse
2010-01-12Make runtests.pl actually support any (valid) server specificationYang Tse
2010-01-12Adjust vor VPATH buildsYang Tse
2010-01-11- The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg
2010-01-11secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse
2010-01-10Previous commit adjustmentsYang Tse
2010-01-09Start using the centralized pidfile and logfile name generationYang Tse
2010-01-08Start using the centralized pidfile and logfile name generationYang Tse
2010-01-08sws and tftpd command line option naming adjustmentsYang Tse
2009-12-28Leftover from previous commitYang Tse
2009-12-28Initial refactoring step for server name strings centralized generationYang Tse
2009-12-25When verifying the SMTP server I had to add some hackery since SMTP in itselfDaniel Stenberg
2009-12-23Back out some pingpong server stopping changes introduced last week inYang Tse
2009-12-22use Time::HiRes whenever available, independently of perl versionYang Tse
2009-12-21Make 'classic' output end of a test-suite run become again the endYang Tse
2009-12-21Move stopping of servers instructed by test definition, after the removal ofYang Tse
2009-12-21Replaced tabs with spacesYang Tse
2009-12-20revert that, we already had a function named like that!Daniel Stenberg
2009-12-20rename the verifyftp function to verifyserver since it is used to verifyDaniel Stenberg
2009-12-20- Attempt to fix script compilation failure on versions older than 5.007003,Yang Tse
2009-12-19fix the ftp check delay timer to never be set below 1 to work correctlyDaniel Stenberg
2009-12-19Slack time reductionYang Tse
2009-12-19Added runtests.pl '-r' option for run time statisticsYang Tse
2009-12-18server start and verification time as well as test preparation timeYang Tse
2009-12-18Added test harness simple time execution statsYang Tse
2009-12-16Test harness process control enhancementsYang Tse