Mercurial > hg
comparison tests/test-http-branchmap.t @ 32982:573baab2a797
run-tests: fix -i when "#testcases" is used in .t test
The "#testcases" feature introduced by 7340465bd788 has issues with "-i"
because "-i" uses "test.name.endswith('.t')" to test if a test is .t or not.
test.name could now be something like "test-foo.t (caseA)" so the above
endswith test is no longer valid.
This patch changes the test to use "self.path" which won't have the issue.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 21 Jun 2017 01:12:31 -0700 |
parents | d83ca854fa21 |
children | 2428e8ec0793 |
comparison
equal
deleted
inserted
replaced
32981:02bca6dc5f41 | 32982:573baab2a797 |
---|