Chris Foote wrote: > Hi Julian, > > I've made the changes as you suggested.
Thanks. That looks fine. Committed in r902160. (I tweaked build/run_tests.py, adding a bit of help message and not changing the number of dots printed.) - Julian > 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. > ]]]