summaryrefslogtreecommitdiff
path: root/test/testrunner.pl
Commit message (Collapse)AuthorAgeFilesLines
* Rework testrunner to avoid deadlocks. Hopefully, this is the last time I ↵John Mark Bell2009-01-231-18/+103
| | | | | | have to do this. svn path=/trunk/hubbub/; revision=6179
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
| | | | svn path=/trunk/hubbub/; revision=4599
* Catch non-zero exit status and treat it as a failureJohn Mark Bell2008-06-181-1/+13
| | | | svn path=/trunk/hubbub/; revision=4379
* Use IO::Select to avoid deadlockJohn Mark Bell2008-06-161-56/+49
| | | | svn path=/trunk/hubbub/; revision=4363
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-11/+21
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Improve error handlingJohn Mark Bell2008-03-051-10/+20
| | | | svn path=/trunk/hubbub/; revision=3886
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+147
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359