shithub: mc

Download patch

ref: ecf8ce9396333eecb45500ae306f73405285806d
parent: a437a46fa4c9a7fabe9675d6a121cd152e4b86a4
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jun 5 16:53:43 EDT 2012

Still run tests if building some fails.

    Every now and then, tests will fail to compile when making changes.
    Don't make that a terminal issue; Run as many of them as we can in
    spite of compilation failures.

--- a/test/build.sh
+++ b/test/build.sh
@@ -16,3 +16,5 @@
 build struct
 build array
 build fib
+
+exit 0
--