summaryrefslogtreecommitdiffhomepage
path: root/tests/scripts/run_tests.sh
AgeCommit message (Collapse)Author
2009-09-13tests: test retreival of stathost page.Michael Adam
Michael
2009-09-13tests: set stathost to 127.0.0.127 in the testsuiteMichael Adam
Michael
2009-09-13tests: print IP and port after firing up tinyproxy and webserverMichael Adam
Michael
2009-09-13tests: fix run_tests.sh after templates have moved.Michael Adam
Michael
2009-09-11tests: add support for running tinyproxy under valgrind.Michael Adam
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 Adam
Also prepare for modularizing the testsuite. Michael
2009-09-10tests:run_tests: add complete GPL boilerplate.Michael Adam
Michael
2009-09-10tests: this is a first draft of the beginning of a test suite.Michael Adam
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