From: "Junio C Hamano"
Sent: Tuesday, June 04, 2013 9:49 PM
"Philip Oakley" writes:
From: "Junio C Hamano"
Sent: Tuesday, June 04, 2013 5:50 PM
When a test wants to make sure there is no in an output
file, we should just say "! grep string output";
Small nit: It took me two readings of t
"Philip Oakley" writes:
> From: "Junio C Hamano"
> Sent: Tuesday, June 04, 2013 5:50 PM
>> When a test wants to make sure there is no in an output
>> file, we should just say "! grep string output";
>
> Small nit: It took me two readings of the commit message to correctly
> parse this break poi
From: "Junio C Hamano"
Sent: Tuesday, June 04, 2013 5:50 PM
When a test wants to make sure there is no in an output
file, we should just say "! grep string output";
Small nit: It took me two readings of the commit message to correctly
parse this break point. The flowing together of the two p
When a test wants to make sure there is no in an output
file, we should just say "! grep string output"; "test_must_fail"
is there only to test Git command and catch unusual deaths we know
about (e.g. segv) as an error, not as an expected failure.
Signed-off-by: Junio C Hamano
---
t/README | 3
4 matches
Mail list logo