From 622c2b9b8b780a7df73fa5f02fb8b68116584d9d Mon Sep 17 00:00:00 2001 From: "http://peter-simons.myopenid.com/" Date: Mon, 5 Dec 2011 19:13:20 +0000 Subject: [PATCH] --- doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn 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 new file mode 100644 index 0000000000..474d9c9d8f --- /dev/null +++ b/doc/todo/Please_abort_build_if___34__make_test__34___fails.mdwn @@ -0,0 +1 @@ +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.