summaryrefslogtreecommitdiff
path: root/tests/scripts/run_tests.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15tests: prepare tinyproxy for filter file usage in tests.Michael Adam1-1/+6
Michael
2009-09-13tests: test retreival of stathost page.Michael Adam1-0/+3
Michael
2009-09-13tests: set stathost to 127.0.0.127 in the testsuiteMichael Adam1-0/+2
Michael
2009-09-13tests: print IP and port after firing up tinyproxy and webserverMichael Adam1-2/+2
Michael
2009-09-13tests: fix run_tests.sh after templates have moved.Michael Adam1-3/+3
Michael
2009-09-11tests: add support for running tinyproxy under valgrind.Michael Adam1-1/+1
When you want to run tinyproxy under valgrind, set the environment variable VALGRIND to some useful valgrind command line. Michael
2009-09-10tests: restructure run_tests into functions to make main flow clearer.Michael Adam1-65/+104
Also prepare for modularizing the testsuite. Michael
2009-09-10tests:run_tests: add complete GPL boilerplate.Michael Adam1-2/+13
Michael
2009-09-10tests: this is a first draft of the beginning of a test suite.Michael Adam1-0/+138
It provisions a test envirnonment, fires up the perl web server and tinyproxy and currently makes one direct request to the web server and one request through tinyproxy. This will be modularized and extended in the sequel. Michael