René Scharfe <l.s.r@xxxxxx> writes: > Am 24.03.2014 22:10, schrieb Jeff King: >> On Mon, Mar 24, 2014 at 11:22:30AM -0700, Junio C Hamano wrote: >> >>>> +test_log_icase() { >>>> + test_log $@ --regexp-ignore-case >>>> + test_log $@ -i >>> >>> &&-cascade broken? Will squash in an obvious fix. >> >> I don't think so. This is happening outside of test_expect_success, >> which is run by test_log. So adding a && means that if the first test >> fails, we do not bother to run the second one at all, which is not what >> we want. > > Right; this function runs two independent tests and && is left out > intentionally. Ahh, sorry and thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html