removing test-failure.t to make sure that in next patch when
we re-run failed tests using --retest, it won't get considered
unnecessarily.
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG601ec3faeb6b: tests: remove a sub-test since we are done with it in test-run-tests.t
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
tests/test-run-tests.t | ||
---|---|---|
847 | Hm, how does it cause issues with --retest. IIUC that depends on .err file presence right? |
tests/test-run-tests.t | ||
---|---|---|
847 | Yes, the file I deleted has .err path present as well. And to make sure that it won't reconsidered at least one of them (.t, .err) should be absent IIUC. So I deleted .t file because that's the pattern I see here in this test file, that we remove a test if we don't need it anymore. Maybe we should also cleanup .err files left behind for the tests we have run above (which I can see, are still present)? |
Edited commit message of this and next one in flight as test-check-commit.t was failing.
Hm, how does it cause issues with --retest. IIUC that depends on .err file presence right?