Re: [PATCH v5 04/34] directory rename detection: basic testcases
From: Elijah Newren <hidden>
Date: 2018-01-03 03:43:43
From: Elijah Newren <hidden>
Date: 2018-01-03 03:43:43
On Tue, Jan 2, 2018 at 5:18 PM, SZEDER Gábor [off-list ref] wrote:
quoted
--- t/t6043-merge-rename-directories.sh | 430 ++++++++++++++++++++++++++++++++++++Many of the new tests added in this patch series perform a lot of checks running 'test', which has the drawback to fail quietly, leaving us no clue about which one of the several conditions failed and why. We have several test helper functions that check the same but provide a useful error message if the condition were to fail. Here are a couple of suggestions in one of the tests, but they are applicable to many other tests in this patch series.
Cool, thanks for taking a look and for the suggestions. It's good to know of those other test functions; I'll incorporate them into the testcase patches in the series.