Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH 2/6] add a test for git-send-email for threaded mails without chain-reply-to

From: Markus Heidelberg <hidden>
Date: 2016-06-15 22:46:55

Possibly related (same subject, not in this thread)

Junio C Hamano, 08.06.2009:
Markus Heidelberg [off-list ref] writes:
quoted
+test_expect_failure 'threading but no chain-reply-to' '
+	git send-email \
+		--dry-run \
+		--from="Example [off-list ref]" \
+		--to=nobody@example.com \
+		--thread \
+		--nochain-reply-to \
+		$patches $patches |
+	grep "In-Reply-To: "
+'
Thanks, but this is not a very good style, as it won't catch if "git
send-email" dumps core or otherwise fails, exiting with a non-zero status.

Same comments applies to [PATCH 4/6] as well.
OK, this was my first attempt in writing a test and I just used the last
test 'in-reply-to but no threading' as template.

What can be done to make the test better?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help