Mercurial > hg
changeset 21508:4cc3aaa3a2ee
run-tests: remove redundant test name filter
TestSuite.run() doesn't need to filter tests by name because that
already happens elsewhere. Garbage in garbage out applies.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 22 Apr 2014 12:29:33 -0700 |
parents | d839e4820da7 |
children | d21d53ee0d7a |
files | tests/run-tests.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Tue Apr 22 11:38:14 2014 -0700 +++ b/tests/run-tests.py Tue Apr 22 12:29:33 2014 -0700 @@ -1161,10 +1161,6 @@ if ignored: continue - if not test.name.lower().startswith('test-'): - result.addSkip(test, 'not a test file') - continue - tests.append(test) jobs = self._runner.options.jobs