From e7a5be0c1b92c4c2bf158654ef5cfcc83909c2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=ABt=20Delport?= Date: Tue, 29 Dec 2015 19:47:41 +0200 Subject: [PATCH] Add --noresult to the "make nunit" invocation (requested by @obrakmann) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91dc8d61bc..5cd246be81 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ nunit: test_dll echo 'NUnit version >= 2.6 required'>&2; \ exit 1; \ fi - @$(NUNIT_CONSOLE) $(test_dll_TARGET) + @$(NUNIT_CONSOLE) --noresult $(test_dll_TARGET) test: utility mods @echo