From: Matthew Wild Date: Fri, 4 Mar 2016 22:17:38 +0000 (+0000) Subject: Makefile: Reduce verbosity of 'make test' so it only shows test failures X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d43617332aa24cfc5ae83f85a08e819529776cfe;p=prosody.git Makefile: Reduce verbosity of 'make test' so it only shows test failures --- diff --git a/Makefile b/Makefile index 4e4a407d..a5cdbb37 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ clean: $(MAKE) clean -C util-src test: - cd tests && $(RUNWITH) test.lua + cd tests && $(RUNWITH) test.lua 0 util/%.so: $(MAKE) install -C util-src