Ping. This Patch Submission, originally here; http://svn.haxx.se/dev/archive-2009-12/0086.shtml
Has received no comments. Gavin. On 10/12/2009, at 06:10 , Daniel Shahaf wrote: > Chris Foote wrote on Wed, 9 Dec 2009 at 07:04 -0800: >> Hi, >> >> I have incorporated both of Bert and Daniels suggestions into the patch >> (attached). >> > > Thanks for implementing the suggestions. I've no time to review this > myself right now, unfortunately. But hopefully someone else can do > that. > > Sorry, > > Daniel > >> This version of the patch adds the ability to specify one or more >> tests (and test numbers) to run on Windows. >> >> The --test option takes the name of the test executable (with or >> without the "-test.exe"/"_tests.py" part). It can also take test >> number(s) to be run in those tests by appending #NUM to the test name. >> >> e.g. win-tests.py --release --test=basic_tests.py -t client >> win-tests.py --release --test=basic_tests.py#4 -t client#2,4-6 >> >> Regards >> Chris >> >> [[[ >> Make it easy to (re)run specific tests on windows by adding a --test/-t >> option. The tests can also specify specific test number(s) to run. >> * win-tests.py >> (_usage_exit): Add the --test/-t option to the help. >> (tests_to_run): New. List of tests to be run by the TestHarness. >> * build/run_tests.py >> (_run_test): Break the progname at a '#' and use the rhs as a list of >> test numbers to run. >> ]]] >> >> >> >>