summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-05 15:38:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-05 15:38:04 -0400
commitfd5c9791212c049594f4dfc4daf5522c4655cb46 (patch)
treed77c18905eaa4e1b8427b1a0424ba8433e4621e1 /doc
parent622c2b9b8b780a7df73fa5f02fb8b68116584d9d (diff)
fixed a long time ago
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn b/doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn
index 474d9c9d8..592b5e077 100644
--- a/doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn
+++ b/doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn
@@ -1 +1,7 @@
-A failure during "make test" should be signalled to the caller by means of a non-zero exit code. Without that signal, it's very hard to run the regression test suite in an automated fashion.
+A failure during "make test" should be signalled to the caller by means of
+a non-zero exit code. Without that signal, it's very hard to run the
+regression test suite in an automated fashion.
+
+> git-annex used to have a Makefile that ignored make test exit status,
+> but that was fixed in commit dab5bddc64ab4ad479a1104748c15d194e138847,
+> in October 6th. [[done]] --[[Joey]]