From: Fletcher T. Penney Date: Mon, 2 Nov 2015 23:34:10 +0000 (-0500) Subject: fix bug X-Git-Tag: 0.1.0a~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=487b2a1d53c867973c35a28724d08a195e6f6904;p=multimarkdown fix bug --- diff --git a/test/make-tests.sh b/test/make-tests.sh index 9010226..90aa014 100644 --- a/test/make-tests.sh +++ b/test/make-tests.sh @@ -54,6 +54,8 @@ echo \ if (failCount != 0) exit(EXIT_FAILURE); + + exit(EXIT_SUCCESS); } int main(void)