Makefile: Reduce verbosity of 'make test' so it only shows test failures
[prosody.git] / Makefile
index 4e4a407daf5fc03e056162d08e0b2bf0a3d5d974..a5cdbb37d303c131bf4a2e6c1b58c45bc48b116e 100644 (file)
--- 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